UNPKG

customized-json

Version:

A JSON parser that allows users to overwrite default parsing behavior by customized rules defined in a user-defined function that provides more useful parameters than the reviver function of JSON.parse().

7 lines (4 loc) 135 B
# CHANGELOG ## 0.1.0 ### New Feature - Release first draft of `customized-json` for parsing JSON files in a user-defined way.