Version 0.8.0
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