Skip to content

First functional npm release

Latest

Choose a tag to compare

@martinswiderski martinswiderski released this 08 Apr 12:57
· 14 commits to master since this release

In release v0.0.2

  • Input and output of multiple data object formats, such as:

    • native Javascript object
    • JSON format string
    • YAML string
  • Queries with

    • JSONPath
  • Checksums for given strings or whole objects using

    • CRC32 for UTF-8 strings
    • MD5
    • SHA1
    • user-defined custom functions
  • Cloning of Javascript objects (removing reference dependencies)