From 3a20f0cc9e68425e9eea4ca596619f063b86fc7b Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:25:49 +0530 Subject: [PATCH] feat: add jsonify Jsonify is a simple and efficient online tool designed to convert, format, and validate JSON data. --- .../artificial_intelligence/artificial_intelligence.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/artificial_intelligence/artificial_intelligence.json b/database/artificial_intelligence/artificial_intelligence.json index d327f2509..7c588e302 100644 --- a/database/artificial_intelligence/artificial_intelligence.json +++ b/database/artificial_intelligence/artificial_intelligence.json @@ -12,5 +12,12 @@ "url": "https://huggingface.co/", "category": "ai", "subcategory": "artificial_intelligence" + }, + { + "name": "jsonify", + "description": "Jsonify is a simple and efficient online tool designed to convert, format, and validate JSON data. It allows developers and users to easily input raw JSON code and instantly see the results in a structured and readable format. Jsonify also provides features like error detection, pretty printing, and minifying JSON, making it a helpful resource for those working with APIs, data structures, or web development. Its user-friendly interface ensures that both beginners and experienced developers can quickly process JSON data without any hassle.", + "url": "https://jsonify.com/", + "category": "ai", + "subcategory": "artificial_intelligence" } ] \ No newline at end of file