Open Mordinel opened 2 years ago
CBOR interests me, should investigate non-generic serial transfer formats other than JSON such as CBOR
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
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.