JSON Machine v0.6.0 Release Notes

  • ๐Ÿ†• New features

    • ๐Ÿ†• New: Json pointer can find scalar values in JSON document as well as iterable values. See [Getting single scalar values](README.md#getting-scalar-values)
    • ๐Ÿ“œ Parser ends when the end of the desired data is reached and does not heat up the atmosphere further.
    • Optimizations: about 15% speed gain.

    BC breaks

    • A json pointer that matches scalar value does not throw anymore, but the scalar value is yielded in foreach.