Just like JSON but an 'L' at the beginning.
Simple project to learn about parsing text files to a language specification.
The implementation is fully compatible with the official JSON Specification.
- Exponents: 2e+2
- String Escapes: "\u0036\u0039"
- All type: String, Number, Boolean, Null, Objects, Arrays
- The numbers are always parsed as doubles.
- The project contains a big test suite of fail and success tests that I got from this repo that is MIT licensed but all not my property.
- The actual implementation of an api like GSON is kinda missing.
This will build and run all the tests.
git clone https://github.com/FInISHED-wORK/lson.git
cd lson
gradlew build