DEV Community

codegirl
codegirl

Posted on

Is there any tool available for JSON where I can manipulate JSON data in various way?

Hey, fellow devs!

Suppose I have a large JSON data, and I want to view my JSON data as a tree structure or a tabular form for instance.

There are some tools available, but not so useful, can you guys please share links for JSON visualization?

Top comments (34)

Collapse
 
hebaishi profile image
Husam Hebaishi

How about jq

Collapse
 
farrellit profile image
Dan Farrell

This is the way

Collapse
 
lieutdan13 profile image
Dan Schaefer

This is the way

Thread Thread
 
quintisimo profile image
Quintus Cardozo

This is the way

Collapse
 
bugblitz98 profile image
Bug Blitz

Hey, I think I know what you want with your JSON, there is a JSON tool I can suggest, jsonviewer.tools/
This is one of the light weight tool without any ads and it is absolutely free. You can go for it.

Collapse
 
markdebug profile image
thinkstop

There nice tools,Thank for you sharing.

Collapse
 
codegirl0101 profile image
codegirl

This tool makes sense, I can view my complex json in every way possible. Thank ya

Collapse
 
ayeshlk profile image
Ayesh Almeida

Are you familiar with Ballerina-lang [1], a programming language specifically designed for integration purposes? Ballerina offers comprehensive support for working with JSON data, making it easy to manipulate JSON payloads in various ways.

Furthermore, with the introduction of the data.json package in Ballerina version 2201.9.0, manipulating JSON payloads has become even more flexible and convenient. This package provides additional functionalities and utilities tailored specifically for working with JSON data, allowing you to handle complex JSON structures with ease.

As for manipulating large JSON data, Ballerina offers data projection where you can selectively convert the required fields by omitting the unwanted data. An example demonstrating data projection can be found in the Ballerina by Example (BBE) repository [2].

To learn more about how Ballerina simplifies JSON manipulation, you can explore the official Ballerina documentation on JSON support [3]. Additionally, you can refer to the data.json package documentation on GitHub [4] for detailed information on its usage and capabilities.

[1] - ballerina.io
[2] - github.com/ballerina-platform/ball...
[3] - ballerina.io/learn/by-example/json...
[4] - github.com/ballerina-platform/modu...

Collapse
 
lnahrf profile image
Lev Nahar

JSON is Javascript so you can just format it in a .json/.js file and do whatever you need.

Collapse
 
tracygjg profile image
Tracy Gilmore

Have you tried Jsonata?
jsonata.org/

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

This looks amazing, thanks !

Collapse
 
thadguidry profile image
Thad Guidry

openrefine.org can import JSON and visualize, and transform it, and export it. Feel free to DM me on X.com if you need help.

Or Notepad++ and using it's Plugins Admin, you can install the JsonTools plugin.

Also OjG at ohler.com/ who is an amazing coder.

Collapse
 
eliazer_braun_2b427f370f4 profile image
Eliazer Braun
Collapse
 
hps8891 profile image
hps8891
Collapse
 
schalkneethling profile image
Schalk Neethling

Hey, @codegirl0101 - have a look at the tools at this link:
developer-toolchest.com/?q=json

I hope this helps!

Collapse
 
pictus profile image
Michael
Collapse
 
siddicky profile image
siddicky

Also worth checking Json Crack

Collapse
 
byihta profile image
Byihta

jqlang.github.io/jq/

jq is a cli tool for json manipulation

Collapse
 
imashwani profile image
Ashwani Singh

Use jsoncrack tool,
Will help you for the desired results

Collapse
 
vikasdhakad profile image
vikasdhakad

I think I know what you want with your JSON, there is a JSON tool I can suggest

This Tool 100% Solve your problem
ovdss.com/apps/json-view-online

Collapse
 
codegirl0101 profile image
codegirl

Thank you so much

Collapse
 
jpjitendrapal profile image
Jitendra Kumar Pal

This is one of the best one
jsonblob.com/