0.0.21 • Published 9 years ago
jacin v0.0.21
jacin
A given name for both genders. It is Spanish in origin, and is a shortened form of Jacinta or a variation on the spelling of Jason (Source: Wikipedia)
Current version
| Version | Published | By | URL |
|---|---|---|---|
| 0.0.21 | 2017-04-08 | codebloke | npm |
Meet jacin, a JSON/Javascript objects manipulation toolkit, (among other) capable of the following:
Features
- Ingesting multiple data object formats, such as:
- a native
Javascriptobject JSONformat stringYAMLstring.inifiles (limited only to section + 1 level key => value or key => values array)
- a native
- Runnign selection (queries) to the objects/documents
and setting new valuesusingnotation of[Feature #3]XPath.JSONPath
- Exporting data to:
- a native
Javascriptobject JSONformat stringYAMLstring.inifiles (limited only to section + 1 level key => value or key => values array)
- a native
- Encrypting/decrypting [Feature #4]
values- or
whole object branches preserving nativeJavascriptdata type
- Signing and generating check-sums for both whole objects and values (eg. for the purpose of sanity checks of encryption/dectryption chain) using
CRC32forUTF-8stringsMD5SHA1- user-defined
customfunctions
- Cloning native
Javascriptobjects Comparing values and calculation of[Feature #5]difffor nativeJavascriptobjects
Upcoming features:
