parsi icon indicating copy to clipboard operation
parsi copied to clipboard

add json parser as extra

Open cthulhu-irl opened this issue 1 year ago • 0 comments

Description

JSON data format is one of the most common data format used for inter-process communication, e.g. RESTful services.

Parsi as a library to ease making parsers should be able to make a simple and common data format like json parser, and it would be a great demonstration of the parsi library's usage and benchmark test.

Goals

  • having a real world data format parser for benchmark.

Definition of Done

  • the parser should be able to parse json data samples that cover most of standard json.

cthulhu-irl avatar Aug 10 '23 17:08 cthulhu-irl