JSON Machine v0.6.1 Release Notes

  • 🛠 Fixed bugs

    • Empty dict at the end of an item was causing Syntax error in the next item. Reason: closing } did not set object key expectation to false. (#41 via PR #42).