iskra / jsonx

JSONX is an Erlang library for efficient decode and encode JSON, written in C.
Other
91 stars 32 forks source link

Added native otp17+ map support #20

Open mbrix opened 9 years ago

mbrix commented 9 years ago

Hi,

I added encoding to maps, and decoding from map. Included tests and did map feature detection on both the C build, and in the erlang wrappers.

jr0senblum commented 9 years ago

I would love it if this was merged... anything I can do to help move things forward?

mbrix commented 9 years ago

I think the main project has been abandoned, so I forked it and included this merge. https://github.com/mbrix/jsonx until such time that things start moving here again.

jr0senblum commented 9 years ago

Awesome, thanks.

Sent from my iPhone

On Aug 6, 2015, at 10:50 AM, mbrix notifications@github.com wrote:

I think the main project has been abandoned, so I forked it and included this merge. https://github.com/mbrix/jsonx until such time that things start moving here again.

— Reply to this email directly or view it on GitHub.

zmstone commented 8 years ago

any merge plan ?