uim.json

Undocumented in source.

Modules

ajaj
module uim.json.ajaj
Undocumented in source.
classes
module uim.json.classes
Undocumented in source.
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;
Undocumented in source.
vibe.d
public import vibe.d;
Undocumented in source.
uim.core
public import uim.core;
Undocumented in source.
uim.oop
public import uim.oop;
Undocumented in source.
uim.json.vibe.bson
public import uim.json.vibe.bson;
Undocumented in source.
uim.json.vibe.json
public import uim.json.vibe.json;
Undocumented in source.
uim.json.convert
public import uim.json.convert;
Undocumented in source.
uim.json.classes
public import uim.json.classes;
Undocumented in source.
uim.json.schema
public import uim.json.schema;
Undocumented in source.

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