uim.json

Undocumented in source.

Modules

ajaj
module uim.json.ajaj
Undocumented in source.
classes
module uim.json.classes
convert
module uim.json.convert
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.
vibe
module uim.json.vibe

Public Imports

std.stdio
public import std.stdio;

The file type for JSN files is ".json" The MIME type for JSN text is "application/json"

std.string
public import std.string;
vibe.d
public import vibe.d;
uim.core
public import uim.core;
uim.oop
public import uim.oop;
uim.json.vibe.bson
public import uim.json.vibe.bson;
uim.json.vibe.json
public import uim.json.vibe.json;
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

JSN
class JSN
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