uim.json

Undocumented in source.

Modules

ajaj
module uim.json.ajaj
Undocumented in source.
array_
module uim.json.array_
Undocumented in source.
boolean
module uim.json.boolean
Undocumented in source.
classes
module uim.json.classes
convert
module uim.json.convert
Undocumented in source.
data
module uim.json.data
Undocumented in source.
json
module uim.json.json
Undocumented in source.
null_
module uim.json.null_
Undocumented in source.
number
module uim.json.number
Undocumented in source.
object_
module uim.json.object_
Undocumented in source.
parser
module uim.json.parser
Undocumented in source.
rpc
module uim.json.rpc
Undocumented in source.
schema
module uim.json.schema
Undocumented in source.
string_
module uim.json.string_
Undocumented in source.
value
module uim.json.value
Undocumented in source.

Public Imports

uim.core
public import uim.core;
uim.oop
public import uim.oop;
uim.json.convert
public import uim.json.convert;
uim.json.classes.data
public import uim.json.classes.data;
uim.json.classes.value
public import uim.json.classes.value;
uim.json.classes.number
public import uim.json.classes.number;
uim.json.classes.object_
public import uim.json.classes.object_;
uim.json.classes.string_
public import uim.json.classes.string_;
uim.json.classes.array_
public import uim.json.classes.array_;
uim.json.classes.boolean
public import uim.json.classes.boolean;
uim.json.classes.null_
public import uim.json.classes.null_;
uim.json.schema
public import uim.json.schema;

Members

Classes

JSON
class JSON
Undocumented in source.

Functions

positionOfString
size_t positionOfString(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionOfString
size_t positionOfString(string text, string searchString, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionOfStrings
size_t[] positionOfStrings(string text, string[] searchStrings, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionOfStrings
size_t[] positionOfStrings(string text, string[] searchStrings, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionsOfString
size_t[] positionsOfString(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionsOfString
size_t[] positionsOfString(string text, string searchString, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionsOfStrings
size_t[][string] positionsOfStrings(string text, string[] searchStrings, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
positionsOfStrings
size_t[][string] positionsOfStrings(string text, string[] searchStrings, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
readNextFieldName
string readNextFieldName(string jsonText, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
stringExists
bool stringExists(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
subStringBetweenStrings
string subStringBetweenStrings(string text, string leftString, string rightString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta