eson icon indicating copy to clipboard operation
eson copied to clipboard

Extended (pluggable) JSON for node - great for configuration files and JSON transformations

Results 5 eson issues
Sort by recently updated
recently updated
newest added

I took a look at this library for configuring the express server in one of my projects. The plugin support with features like eson.ms is awesome. However the argv parsing...

This patch makes the serialization format for the eson Parser configurable. Users may provide their own `parse` and `stringify` methods. This would allow one to swap in another implementation like...

via `.prototype.toJSON()` and `.prototype.fromJSON()`

plugins should be able to serialize as well (dates etc)