Open hinell opened 1 year ago
The load()
and dump()
are pretty common names for this kind of actions, including in the Lua core (e.g. load) and in other YAML/JSON/other data format libraries. Of course there are counter examples even of other Lua YAML using encode()
/decode()
(especially ones that are bindings to other-language libraries. I'm just suggesting there isn't a clear cut normalized naming scheme to follow here.
Hi.
I propose to stick to a more common names for encoding/decoding of API:
The naming is currently not obvious. Thanks!