JsonConverter

JsonConverter class

Converter for conversion between json data structure and other spreadsheet file formats.

class JsonConverter;

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
static process(string, string)Converts given template file between json and other formats.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

process(string, string)

Converts given template file between json and other formats.

static process(templateFile: string, resultFile: string) : void;

Parameters:

ParameterTypeDescription
templateFilestringThe template file to be converted
resultFilestringThe resultant file