Skip to content

Version 0.8.0

Choose a tag to compare

@kevinwang5658 kevinwang5658 released this 05 Apr 23:06
· 4 commits to main since this release

Codify v0.8.0 — JSONC & JSON5 Support

Codify v0.8.0 introduces support for .jsonc and .json5, making configuration more flexible and easier to maintain.

Highlights

  • JSONC is now the default

    • Supports comments for better documentation
    • Remains compatible with standard JSON tooling
    • Works with IDE autocompletion via SchemaStore
  • JSON5 support

    • Multi-line strings
    • Unquoted keys
    • Trailing commas
    • More flexible syntax

File Support

Format Plan Apply Import
jsonc Yes Yes Yes
json Yes Yes Yes
json5 Yes Yes Yes
yaml Yes Yes No

Editor Support

  • JSONC: Supported by most editors
  • JSON5:
    • JetBrains IDEs: built-in support
    • VS Code: requires extension

Getting Started

codify update