- _loadsUnsafeImpl
auto _loadsUnsafeImpl(string s, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
- dump
void dump(JSONValue obj, File f, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
- dumpPayload
string dumpPayload(JSONValue obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- dumps
string dumps(JSONValue obj, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
JSONValue load(string fileName, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadPayload
JSONValue loadPayload(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadUnsafe
auto loadUnsafe(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- loads
JSONValue loads(string s, string salt, int maxAge, int* tstamp)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadsUnsafe
auto loadsUnsafe(string s, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSigner
SignerType makeSigner(string salt)
Undocumented in source. Be warned that the author may not have intended to support it.