jtk icon indicating copy to clipboard operation
jtk copied to clipboard

Implemented a JSON parser.

Open itssamuelrowe opened this issue 4 years ago • 0 comments

The following tasks are achived in this pull request:

  1. 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.
  2. Implement a serializer that convert a JSON value to JSON string.

itssamuelrowe avatar Jun 24 '20 09:06 itssamuelrowe