Back to Explore

WebReflection/flatted

GitHub
3 updates · last 90 days1 watchersOpen source

Last release: 2 months ago

Flatted is a fast, minimal circular JSON parser for handling JSON-compatible data that includes circular references. It provides parse and stringify functions, plus helpers like toJSON and fromJSON to preserve recursive structures across JSON serialization, with usage available as JavaScript modules or via CDN (and also language ports for PHP, Python, and Go).

Project status

  • The repository appears actively maintained, with an upstream push on 2026-05-09 and multiple versioned updates published in March 2026 (v3.4.0 on 2026-03-08, v3.4.1 on 2026-03-09, v3.4.2 on 2026-03-17).
  • Update cadence looks moderately frequent during March 2026 (v3.4.0 to v3.4.1 is 1 day, then v3.4.1 to v3.4.2 is 8 days), though later context between March and the 2026-05-09 upstream push is not shown in the provided summaries.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v3.4.2

    2 months ago

    Release v3.4.2 makes a small internal change to how the resolver maps primitive reference values back into the input object/array. There are no published release notes (none provided), so any behavioral differences come only from the code diff and dependency/test updates.

    Breaking
  • v3.4.1

    2 months ago

    Release v3.4.1 has no publisher-provided release notes, so the documented change set is effectively empty. The code diff shows a project version bump plus a significant internal refactor of the Python implementation, alongside test additions and repository metadata updates.

  • v3.4.0

    2 months ago

    Release v3.4.0 was published on 2026-03-08, but no release notes were provided by the publisher. Because the notes are missing, it is not possible to reliably identify new features, breaking changes, bug fixes, security fixes, or dependency updates from the release notes alone.