ansteh / shape-json

Module used to convert a flat json array into a nested json object with a predefined scheme
MIT License
31 stars 7 forks source link

Enhanced plugins #7

Closed buwilliams closed 7 years ago

buwilliams commented 7 years ago

Overview

Andre, I've taken a stab at improving your excellent library with a more robust plugin system. I found define() too limiting because it didn't give you access to important variables (operation, scheme) and methods (core, parse, _) within a user plugin. I've created a standard interface for plugins and moved the core plugins into it.

Features

Unrelated