Skip to content

Commit eb100f7

Browse files
add a README
1 parent facc901 commit eb100f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Fork of encoding/json
2+
3+
This is a fork of the `encoding/json` package that allows use of the `encoding/json/v2` package without requiring the `GOEXPERIMENT=jsonv2` environment variable. The code is based on the Go 1.25.1 release.
4+
5+
This repository will be archived once the standard library is updated to allow use of the `encoding/json/v2` package without build constraints.
6+
7+
No changes will be made to the codebase except for updating it to the latest Go release.

0 commit comments

Comments
 (0)