Actualités

This pattern of operation does not suit all applications; there is often a requirement to parse incoming data on the fly – that is, to accept a stream of characters and assemble them into JSON values ...
This is a tiny but fully functional JSON parser I hacked together in Kotlin in a day just for the fun of it ... I really like the Elm way of decoding JSON by describing the expected data structure ...