v1.3
- Comments.
- Improve performance of json2dict method by reducing copying
- Make the "parse" command output "bool" commands instead of "boolean"
to avoid roundtrip failure (Issue #5) - Make "number" command reject blank arguments as invalid (Issue #4)
- Add json parsing into simple key/value dict compatible format (Issue #3)
- Add "delete" convenience function.