Skip to content

Releases: martinswiderski/jacin

First functional npm release

08 Apr 12:57

Choose a tag to compare

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)