◆ Format
| Enumerator |
|---|
| ContextPath | String is formatted to mirror the SerializeContext such as "class.array.0.element".
|
| JsonPointer | String is formatted as a JSON Pointer such as "/class/array/0/element".
|
◆ Push()
Push a new string part onto the stack. Only supports a single reference token i.e appending "Foo" onto "/O3DE" results in "/O3DE/Foo" However appending "TokenWith/ForwardSlash" results in "/O3DE/Foo/TokenWith~1ForwardSlash" as the forward slash is seen as part of a single reference token and encoded. See the JSON pointer path spec for more info: https://www.rfc-editor.org/rfc/rfc6901#section-3
The documentation for this class was generated from the following file:
- Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.h