File | Date | Author | Commit |
---|---|---|---|
tests | 2021-02-07 |
![]() |
[0425bf] -`"products": {}` -> `products = {}` |
LICENSE.txt | 2018-07-29 |
![]() |
[2e54bc] Let's start with tests! |
README.md | 2018-08-03 |
![]() |
[c931f5] +setup.py |
package.json | 2021-02-07 |
![]() |
[0425bf] -`"products": {}` -> `products = {}` |
run_tests.py | 2021-01-28 |
![]() |
[544866] Support of `;` (inspired by >[https://www.howja... |
runtests.js | 2021-01-28 |
![]() |
[544866] Support of `;` (inspired by >[https://www.howja... |
setup.py | 2021-02-07 |
![]() |
[0425bf] -`"products": {}` -> `products = {}` |
thindf.js | 2021-02-07 |
![]() |
[0425bf] -`"products": {}` -> `products = {}` |
thindf.py | 2021-02-07 |
![]() |
[0425bf] -`"products": {}` -> `products = {}` |
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 в объект.