mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
comment
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
* key a single time. Doing object["mykey"].to_string() and then again object["mykey"].to_string()
|
||||
* is an error.
|
||||
*
|
||||
* If you expect to have keys with escape characters, please review our documentation.
|
||||
*
|
||||
* @param key The key to look up.
|
||||
* @returns The value of the field, or NO_SUCH_FIELD if the field is not in the object.
|
||||
*/
|
||||
@@ -93,6 +95,8 @@ public:
|
||||
* You are expected to access keys only once. You should access the value corresponding to a key
|
||||
* a single time. Doing object["mykey"].to_string() and then again object["mykey"].to_string() is an error.
|
||||
*
|
||||
* If you expect to have keys with escape characters, please review our documentation.
|
||||
*
|
||||
* @param key The key to look up.
|
||||
* @returns The value of the field, or NO_SUCH_FIELD if the field is not in the object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user