j-toml
j-toml copied to clipboard
A Node.js implementation of TOML written by LongTengDao. Belong to "Plan J"./龙腾道为汤小明语写的 Node.js 实现。从属于“简计划”。
I have read in the documentation that that parsing and handling comments is one of the "sore points". Specifically, it seems your library only parses and allows for inline comments,...
I try to `stringify` the readme example and then `parse` it and it returns an error. Am I doing it wrong? # Script ```javascript import TOML from "@ltd/j-toml"; const test...
Please, make it possible to fork your code, change it and build it. Using module bundler with plugins is ok but using a modified bundler makes it uneasy to verify...
The `parse` method produces objects with a strange prototype. Rather than leaving it at `Object.prototype` (the default) or using `null` (mostly better), the objects get an indirect prototype, an object...