We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035f441 commit 96900b8Copy full SHA for 96900b8
CHANGELOG.md
@@ -9,9 +9,9 @@ supported in GCC and VC.
9
Enhancements:
10
11
- Added a `size()` accessor function to `basic_staj_event`.
12
-If the event type is a `semantic_tag::key` or a `semantic_tag::string_value` or a `semantic_tag::byte_string_value`,
+If the event type is a `key` or a `string_value` or a `byte_string_value`,
13
returns the size of the key or string or byte string value.
14
-If the event type is a `semantic_tag::begin_object` or a `semantic_tag::begin_array`, returns the size of the object
+If the event type is a `begin_object` or a `begin_array`, returns the size of the object
15
or array if known, otherwise 0.
16
For all other event types, returns 0.
17
0 commit comments