Re: New JSON library

2024-11-23 Thread GB
As it always happens, I had found a bug in the json-read-from-string function an hour after sending the source code. As per Abu's recommendation, I've put the source code onto wiki alongside a writeup about it: https://picolisp.com/wiki/?simple-rfc8259-json BR, geri On Sat, Nov 23, 2024, 11:29 G

Subscribe

2024-11-23 Thread GB

New JSON library

2024-11-23 Thread GB
Hello everyone, I had some problems with data representation in builtin json.l and decided to write my own little version. With an exception of not being able to represent a null byte in strings, RFC8259 json standard is fully supported. I'm also slowly working on a more strict version of the pa