Mordinel / hussar

A multi-threaded web server framework
GNU General Public License v3.0
0 stars 0 forks source link

Implement a JSON parser #9

Open Mordinel opened 2 years ago

Mordinel commented 2 years ago

Probably just use a library for this, could be fun to write a json parser. Ideally no generics, output a tree of JSON primitive structs and have some API to traverse, read and mutate the tree in an easy way for developers.

Mordinel commented 2 years ago

CBOR interests me, should investigate non-generic serial transfer formats other than JSON such as CBOR

ignacionr commented 2 years ago

Personally, when shopping for a web server, I look for something that's small and as much un-opinionated as possible. For parsing/producing JSON I always use https://github.com/tencent/rapidjson