summaryrefslogtreecommitdiff
path: root/tests/jsonTest.ur
Commit message (Collapse)AuthorAge
* resolve merge conflict on testGravatar majorseitan@blockfreie.org2018-05-26
|
* Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-05-26
| | | | | 1. Handle the escape character \/
* Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-04-15
| | | | | 1. Handle the escape character \\
* Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-04-14
| | | | | | | | | | 1. Handle escape sequence chars \t \n \r 2. Fail on unsupported escape characters. Instead of skipping \ on unsupported sequences it now fails.
* Import Json module from old Meta library (thanks to Edward Z. Yang for code ↵Gravatar Adam Chlipala2016-08-26
contributions)