jsonymer
jsonymer copied to clipboard
Full JSON types support
Any roadmap to support all JSON types like integer, number and boolean?
I'm guessing you mean allowing the user to choose those types, rather than just string/object/array? It's possible in an upcoming version these options can be added. I'm currently in progress with a pretty big UI/UX overhaul, so it wouldn't be too big of a deal (I don't think). I'll look into it soon. Currently this is done with the convertType
argument of toJSON
, but allowing users to force a type is a good idea.
Thanks! I will wait for this