ae.utils.serialization.json

JSON encoding.

Members

Functions

jsonParse
T jsonParse(C[] s)

Parse JSON from a string and deserialize it into the given type.

toJson
S toJson(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Escapes
struct Escapes
Undocumented in source.
JsonDeserializer
struct JsonDeserializer(C)
Undocumented in source.
JsonParser
struct JsonParser(C)

Serialization source which parses a JSON stream.

JsonSerializer
struct JsonSerializer(C)
Undocumented in source.
JsonWriter
struct JsonWriter

Serialization target which writes a JSON stream.

Variables

escapes
Escapes escapes;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>