Small YAML/JSON parser in C -
I'm looking for a small YAML / JSON parser, preferably a single file solution, so I can easily embed it I am looking for a small and simple solution on my application, because I want to use it on various platforms, and construction of Libyan and other solutions will be a big pain in the ass.
Also, is TinyXML a good alternative? What is the fastest to parse?
I was looking for something similar last year. This is where I live:
This is not a single file solution, but it is not very big. I have some features like checking JSON formatting and syntax, which you can see as a feature bloat, but they do not bother me.
Comments
Post a Comment