JSON Machine v0.3.0 Release Notes

Release Date: 2018-12-13 // over 5 years ago
  • ๐Ÿ†• New Features (1)

    • JsonMachine::fromString now consumes about 4ร— less memory than previous version, by utilizing PHP's copy on write behaviour. JSON string is not copied anymore - only iterated over.

    ๐Ÿ› Bug Fixes (0)

    BC breaks (1)

    • Internal: Constructor signature of Lexer has changed. It newly requires \Traversable instead of a stream resource. It doesn't affect public JsonMachine API.