Zulu-Inuoe / jzon

A correct and safe(er) JSON RFC 8259 reader/writer with sane defaults.
MIT License
151 stars 14 forks source link

Metaclass extensibility #68

Open daninus14 opened 3 weeks ago

daninus14 commented 3 weeks ago

There's no actual change in functionality.

Broke up the functionality into more granular components in order to make it easier to extend by users.

See https://github.com/daninus14/jzon-util for an example of how this allows for more extensibility.