Marked converters classes as obsolete.

This commit is contained in:
2014-09-30 10:46:28 +02:00
parent 82f832a556
commit ae9f67391c
7 changed files with 43 additions and 0 deletions
+6
View File
@@ -8,6 +8,9 @@ note
class
EJSON
obsolete
"This JSON converter design has issues [Sept/2014]."
inherit
EXCEPTIONS
@@ -265,4 +268,7 @@ feature {NONE} -- Implementation (JSON parser)
create Result.make_with_string ("{}")
end
note
copyright: "2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
license: "https://github.com/eiffelhub/json/blob/master/License.txt"
end -- class EJSON
+7
View File
@@ -14,6 +14,9 @@ note
class
SHARED_EJSON
obsolete
"This JSON converter design has issues [Sept/2014]."
feature -- Access
json: EJSON
@@ -33,4 +36,8 @@ feature -- Access
Result.add_converter (jhtc)
end
note
copyright: "2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
license: "https://github.com/eiffelhub/json/blob/master/License.txt"
end -- class SHARED_EJSON