Skip to content
Mirko Kunze edited this page Feb 25, 2024 · 2 revisions

Parsers

Libraries

Apps

  • Chromium uses JSON5 for internal configs, e.g. runtime_enabled_features.json5.
  • Craft elaborately sequenced animation timelines using ProStyle. Write your stories in a declarative JSON5 syntax and ProStyle will generate the web content and scripts that animate it. (examples)
  • A web-based JSON-to-CSV converter. The application is open source, and conversion is performed in the browser and data is never uploaded to a server.
  • WebStorm natively supports JSON5.

Other