From c98ed1c365ddbcd51360c772fe35e390f184587e Mon Sep 17 00:00:00 2001 From: ibireme Date: Sun, 25 Aug 2024 21:17:43 +0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc655f7..6b33ff5 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ yyjson, feel free to open a PR to add it to this list. * [x] Add more tests: valgrind, sanitizer, fuzzing. * [x] Support JSON Pointer to query and modify JSON. * [x] Add `RAW` type for JSON reader and writer. -* [ ] Add option to limit real number output precision. +* [x] Add option to limit real number output precision. * [ ] Add option to support JSON5 (if feasible). * [ ] Add functions to diff two JSON documents. * [ ] Add documentation on performance optimizations.