Skip to content

Commit 5bd7bea

Browse files
committed
Update README.md
1 parent 4089e4d commit 5bd7bea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ The JSON value class contains a `union` of all of these types and does *not itse
1919

2020
The core JSON value class is implemented and working.
2121

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.
2323

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.
2725

2826
## Documentation
2927

30-
The documentation will be written once all interfaces are stable...
28+
The documentation will be finished once the functionality and interfaces are finalised.
3129

3230
Until then, here are a few short indications on how to use this library:
3331

0 commit comments

Comments
 (0)