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

codegirl @codegirlsangita

About: Your go-to MERN Stack maestro and wordsmith extraordinaire! 💻✨ Passionate about turning code into captivating web experiences and weaving tech tales through my words.

Location:
Kolkata, India
Joined:
Mar 19, 2024

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

Publish Date: Apr 15 '24
18 35

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?

Comments 35 total

  • Bug Blitz
    Bug BlitzApr 15, 2024

    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.

    • thinkstop
      thinkstopApr 15, 2024

      There nice tools,Thank for you sharing.

    • codegirl
      codegirlApr 15, 2024

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

  • Schalk Neethling
    Schalk NeethlingApr 15, 2024

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

    I hope this helps!

  • Tracy Gilmore
    Tracy GilmoreApr 15, 2024

    Have you tried Jsonata?
    jsonata.org/

  • Husam Hebaishi
    Husam HebaishiApr 15, 2024

    How about jq

  • Yiddy
    YiddyApr 15, 2024

    I find myself building all kinds of tools for my specific needs each time and just host them locally

  • codegirl
    codegirlApr 16, 2024

    Thank you, saviors, all the tools you guys suggested are awesome, I am opting for this jsonviewer.tools/ tool, as suggested by dev.to/bugblitz98 for visualizing my data.

  • Ayesh Almeida
    Ayesh AlmeidaApr 16, 2024

    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...

  • vikasdhakad
    vikasdhakadApr 16, 2024

    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

  • zaidalig
    zaidaligApr 16, 2024

    conversiontab.com/json-viewer
    Have a look at this, here you can explore different features for deleting, updating fields for json and view in interactive manner

  • Byihta
    ByihtaApr 16, 2024

    jqlang.github.io/jq/

    jq is a cli tool for json manipulation

  • Devesh Anand Srivastava
    Devesh Anand SrivastavaApr 16, 2024

    Jsonata. It's so good that you can't ignore it. We use it at production level at gocobalt.io

  • Andy
    AndyApr 16, 2024

    jsonviewer.co.uk/ I made this a while ago, you can drag drop your large JSON file into the raw tab or just paste it in there

  • jeff-zone
    jeff-zoneApr 16, 2024

    Python or jq

  • Eckehard
    EckehardApr 16, 2024

    This might be an option for you. Though JSON is well supported by Javascript, JSONpath offers a different way to manipulate JSON data

    jsonpath.com/

    See this documentation also

  • Frank Elsesser
    Frank ElsesserApr 16, 2024

    Notepad ++
    Query/editing tool for JSON including linting, reformatting, a tree viewer with file navigation, JSON schema validation and generation, escaping/unescaping strings, and much more.

    The tree viewer can also be used to explore CSV files and regex search results (experimental).

    Author: Mark Johnston Olson

    Homepage: github.com/molsonkiko/JsonToolsNpp...

     

  • Steve Zivalich
    Steve ZivalichApr 16, 2024

    You can look at jSon in VScode, can't remember if it is native or I added an extension.

  • siddicky
    siddickyApr 16, 2024

    Also worth checking Json Crack

  • Ashwani Singh
    Ashwani SinghApr 17, 2024

    Use jsoncrack tool,
    Will help you for the desired results

  • Thad Guidry
    Thad GuidryApr 17, 2024

    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.

  • Jitendra Kumar Pal
    Jitendra Kumar PalApr 17, 2024

    This is one of the best one
    jsonblob.com/

Add comment