Has anyone come across a JSON library for Mac OS or ported one? I've looked at the following:
cJSON - pretty lightweight and has hooks for custom memory management, so started playing around with having it use Handles for relocatable memory
Jansson - nice API and powerful, but could be a beast to get working inside of a classic Mac OS app
jsmn - minimal JSON parser (it's just a header file!) but haven't yet tried playing with it
I need to look around at other projects for embedded systems, but the above seem like the most popular C-based parsers I could find.
Thanks for any help!
cJSON - pretty lightweight and has hooks for custom memory management, so started playing around with having it use Handles for relocatable memory
Jansson - nice API and powerful, but could be a beast to get working inside of a classic Mac OS app
jsmn - minimal JSON parser (it's just a header file!) but haven't yet tried playing with it
I need to look around at other projects for embedded systems, but the above seem like the most popular C-based parsers I could find.
Thanks for any help!



