mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Update README
fixes typo
This commit is contained in:
parent
42791ab12d
commit
86e8f7b313
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -80,7 +80,7 @@ in the form of get(), opt(), and put() API methods.
|
||||||
Although 1.6 compatibility is currently supported, it is not a project goal and may be
|
Although 1.6 compatibility is currently supported, it is not a project goal and may be
|
||||||
removed in some future release.
|
removed in some future release.
|
||||||
|
|
||||||
In compliance with RFC7169 page 10 section 9, the parser is more lax with what is valid
|
In compliance with RFC7159 page 10 section 9, the parser is more lax with what is valid
|
||||||
JSON than the Generator. For Example, the tab character (U+0009) is allowed when reading
|
JSON than the Generator. For Example, the tab character (U+0009) is allowed when reading
|
||||||
JSON Text strings, but when output by the Generator, tab is properly converted to \t in
|
JSON Text strings, but when output by the Generator, tab is properly converted to \t in
|
||||||
the string. Other instances may occur where reading invalid JSON text does not cause an
|
the string. Other instances may occur where reading invalid JSON text does not cause an
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue