thindf
v0.2.5
Published
A JavaScript implementation of thindf data format
Downloads
1
Readme
Usage:
thindf.to_thindf(object, indent = 4)
Returns string in thindf corresponding to a given object.
thindf.parse(str)
Converts string in thindf into object.
Использование:
thindf.to_thindf(object, indent = 4)
Возвращает строку в формате thindf соответствующую переданному объекту.
thindf.parse(str)
Конвертирует строку в формате thindf в объект.