minijson.lib

Undocumented in source.

Members

Functions

minifyFiles
void minifyFiles(string[] files, bool hasComment)

Minify the given files in place. It minifies the files in parallel.

minifyString
string minifyString(string jsonString, bool hasComment)

Minify the given JSON string

Variables

tokenizerNoComment
auto tokenizerNoComment;
Undocumented in source.
tokenizerWithComment
auto tokenizerWithComment;
Undocumented in source.

Meta