jtk
jtk copied to clipboard
Implemented a JSON parser.
The following tasks are achived in this pull request:
- Implement an LL(1) lexer and the parser for the JSON specification. Both the lexer and the parser are integrated in the same structure for the sake of simplicity.
- Implement a serializer that convert a JSON value to JSON string.