mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Added a remark
This commit is contained in:
@@ -186,6 +186,7 @@ In some cases, you may have valid JSON strings that you do not wish to parse but
|
||||
// The buffer variable now has "[1,2,3,4]" and new_length has value 9.
|
||||
```
|
||||
|
||||
Though it does not validate the JSON input, it will detect when the document ends with an unterminated string. E.g., it would refuse to minify the string `"this string is not terminated` because of the missing final quote.
|
||||
|
||||
C++17 Support
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user