Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This guide provides an overview of how to migrate your code from either the pre-1.0 JSON.jl package to the 1.0 release or from JSON3.jl. The 1.0 release introduces several improvements and changes, particularly in how JSON is read and written, leveraging StructUtils.jl for customization and extensibility. Below, we outline the key differences and provide step-by-step instructions for updating your code.

Note that, due to low demand, 32-bit systems are no longer supported. If you
need JSON support on a 32-bit system, please [open a GitHub issue](https://github.com/JuliaIO/JSON.jl/issues/new).

---

## Migration guide from pre-1.0 -> 1.0
Expand Down
Loading