I-JSON
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |released=2015 }} '''I-JSON''' is a restricted profile of JSON intended for Internet use, proposed in RFC 7493 as...") |
Revision as of 12:58, 2 April 2015
I-JSON is a restricted profile of JSON intended for Internet use, proposed in RFC 7493 as a standard. It limits some potentially problematic options of JSON by making limitations on the use of certain features. For instance, the character encoding is required to be UTF-8, and time zone indicators are required to be explicitly specified for date and time values.