Uses JSON Sequence's error handling specification to support length-prefixed sequences. Avoids iterating over every byte to find the next record separator. Currently ...
I'm trying to deserialise a JSON document containing variable field names, and I'm unsure how to do this using JKI JSON. I don't know the fields of the document in advance - I'd like to deserialise ...