aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/json.ur
Commit message (Collapse)AuthorAge
* removed invalid JSON escape characterGravatar steinuil2018-08-04
|
* 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.
* Json: parse records with extra fieldsGravatar Adam Chlipala2016-08-27
|
* Import Json module from old Meta library (thanks to Edward Z. Yang for code ↵Gravatar Adam Chlipala2016-08-26
contributions)