File tree Expand file tree Collapse file tree 7 files changed +43
-0
lines changed Expand file tree Collapse file tree 7 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 88class
99 JSON_ARRAYED_LIST_CONVERTER
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 JSON_LIST_CONVERTER
@@ -29,4 +32,7 @@ feature {NONE} -- Factory
2932 create Result .make (nb )
3033 end
3134
35+ note
36+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
37+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
3238end -- class JSON_ARRAYED_LIST_CONVERTER
Original file line number Diff line number Diff line change 88deferred class
99 JSON_CONVERTER
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 SHARED_EJSON
@@ -35,4 +38,7 @@ feature -- Conversion
3538invariant
3639 has_eiffel_object : object /= Void -- An empty object must be created at creation time!
3740
41+ note
42+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
43+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
3844end
Original file line number Diff line number Diff line change 88class
99 JSON_HASH_TABLE_CONVERTER
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 JSON_CONVERTER
@@ -79,4 +82,7 @@ feature -- Conversion
7982 end
8083 end
8184
85+ note
86+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
87+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
8288end -- class JSON_HASH_TABLE_CONVERTER
Original file line number Diff line number Diff line change 88class
99 JSON_LINKED_LIST_CONVERTER
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 JSON_LIST_CONVERTER
@@ -29,4 +32,7 @@ feature {NONE} -- Factory
2932 create Result .make
3033 end
3134
35+ note
36+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
37+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
3238end -- class JSON_LINKED_LIST_CONVERTER
Original file line number Diff line number Diff line change 88deferred class
99 JSON_LIST_CONVERTER
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 JSON_CONVERTER
@@ -71,4 +74,7 @@ feature -- Conversion
7174 end
7275 end
7376
77+ note
78+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
79+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
7480end -- class JSON_ARRAYED_LIST_CONVERTER
Original file line number Diff line number Diff line change 88class
99 EJSON
1010
11+ obsolete
12+ " This JSON converter design has issues [Sept/2014]."
13+
1114inherit
1215
1316 EXCEPTIONS
@@ -265,4 +268,7 @@ feature {NONE} -- Implementation (JSON parser)
265268 create Result .make_with_string (" {}" )
266269 end
267270
271+ note
272+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
273+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
268274end -- class EJSON
Original file line number Diff line number Diff line change 1414class
1515 SHARED_EJSON
1616
17+ obsolete
18+ " This JSON converter design has issues [Sept/2014]."
19+
1720feature -- Access
1821
1922 json : EJSON
@@ -33,4 +36,8 @@ feature -- Access
3336 Result .add_converter (jhtc )
3437 end
3538
39+ note
40+ copyright : " 2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
41+ license : " https://github.com/eiffelhub/json/blob/master/License.txt"
42+
3643end -- class SHARED_EJSON
You can’t perform that action at this time.
0 commit comments