waargonaut v0.5.1.0 Release Notes

Release Date: 2019-01-02 // about 5 years ago
    • 🛠 Fix order of either decoder to match documentation, Right decoder was not being attempted first.
    • 🔦 Expose functionality to check the 'type' of the JSON at the current cursor position.
    • ⚡️ Update list decoder to check that we're at an array before attempting to decode. It will now fail when attempting to decode a list and something of type list is not found. Previously it would return an empty list when a number was present.