quick-jsonify
Version:
A versatile JSON utility package with features like jsonify, xmlToJson, masking, validation, flattening, transformation, and more.
34 lines (33 loc) • 756 B
JSON
{
"name": "quick-jsonify",
"version": "1.2.0",
"description": "A versatile JSON utility package with features like jsonify, xmlToJson, masking, validation, flattening, transformation, and more.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"json",
"jsonify",
"json-utils",
"format-json",
"validate-json",
"mask-data",
"transform-keys",
"highlight-json",
"pretty-print",
"sort-keys",
"flatten-json",
"unflatten-json",
"deep-clone",
"merge-json",
"filter-keys",
"generate-sample",
"json-to-xml",
"deep-freeze",
"circular-reference",
"add-comments"
],
"author": "Likith C N",
"license": "MIT"
}