You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@ The JSON value class contains a `union` of all of these types and does *not itse
19
19
20
20
The core JSON value class is implemented and working.
21
21
22
-
The conversions from and to JSON string representation are finished and working:
22
+
The conversions from and to JSON string representation are finished and achiev a 100% score in the [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark) conformance tests.
23
23
24
-
In internal tests we achieve a 100% score in the [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark) conformance tests.
25
-
26
-
In a nutshell, that what is implemented works, but the API might still change (and be extended) before the 1.0 release.
24
+
Some parts of the API are still under discussion and development and might change and/or be extended before the first release.
27
25
28
26
## Documentation
29
27
30
-
The documentation will be written once all interfaces are stable...
28
+
The documentation will be finished once the functionality and interfaces are finalised.
31
29
32
30
Until then, here are a few short indications on how to use this library:
0 commit comments