NeoJSON
NeoJSON copied to clipboard
NeoJSON is an elegant and efficient standalone Smalltalk framework to read and write JSON converting to or from Smalltalk objects.
Consider integrating extension methods defined in [BotwhythoGtExtensions](https://github.com/botwhytho/BotwhythoGtExtensions) package. They enable parsing only a JSONPath while 'throwing out' unwanted data, all without having to create 'dummy' wrapper classes (potentially multiple layers...
Many examples in NeoJSONObject end up with an error, like exampleCoordinatesParsing, in Pharo 13 and 14. The reason is that there is no assert:equals: in general Object that NeoJSON tries...