Skip to content

v1.3

Compare
Choose a tag to compare
@bovine bovine released this 17 Jun 23:27
· 103 commits to master since this release
  • 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.