Storage

Undocumented in source.

Constructors

this
this(string path)

Undocumented in source.

Members

Functions

ensureObject
VibeJSON ensureObject(string key)

Undocumented in source. Be warned that the author may not have intended to support it.

get
T get(string key)

Undocumented in source. Be warned that the author may not have intended to support it.

get
T get(string key, T def)

Undocumented in source. Be warned that the author may not have intended to support it.

has
bool has(string key)

Undocumented in source. Be warned that the author may not have intended to support it.

load
void load()

Undocumented in source. Be warned that the author may not have intended to support it.

opIndex
VibeJSON opIndex(string key)

Undocumented in source. Be warned that the author may not have intended to support it.

save
void save()

Undocumented in source. Be warned that the author may not have intended to support it.

set
void set(string key, VibeJSON o)

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

obj
VibeJSON obj;

Undocumented in source.

path
string path;

Undocumented in source.

Meta