All Projects → kapilratnani → Json Viewer

kapilratnani / Json Viewer

Licence: mit
A JSON viewer plugin for Notepad++. Displays the selected JSON string in a tree view.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Json Viewer

Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (-63.15%)
Mutual labels:  hacktoberfest, json
Json 2 Csv
Convert JSON to CSV *or* CSV to JSON!
Stars: ✭ 210 (-54.74%)
Mutual labels:  hacktoberfest, json
Json C
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
Stars: ✭ 2,313 (+398.49%)
Mutual labels:  hacktoberfest, json
Configurate
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
Stars: ✭ 148 (-68.1%)
Mutual labels:  hacktoberfest, json
5e Database
Database for the D&D 5th Edition API
Stars: ✭ 354 (-23.71%)
Mutual labels:  hacktoberfest, json
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (-66.16%)
Mutual labels:  hacktoberfest, json
Mtgjson
MTGJSON build scripts for Magic: the Gathering
Stars: ✭ 191 (-58.84%)
Mutual labels:  hacktoberfest, json
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (-74.57%)
Mutual labels:  hacktoberfest, json
Lsp Mode
Emacs client/library for the Language Server Protocol
Stars: ✭ 3,691 (+695.47%)
Mutual labels:  hacktoberfest, json
Jackson Databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
Stars: ✭ 2,959 (+537.72%)
Mutual labels:  hacktoberfest, json
Smoke
💨 Simple yet powerful file-based mock server with recording abilities
Stars: ✭ 142 (-69.4%)
Mutual labels:  hacktoberfest, json
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-18.53%)
Mutual labels:  hacktoberfest, json
Packages
📦 Package configurations - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 139 (-70.04%)
Mutual labels:  hacktoberfest, json
Jackson Core
Core part of Jackson that defines Streaming API as well as basic shared abstractions
Stars: ✭ 2,003 (+331.68%)
Mutual labels:  hacktoberfest, json
Fossurl
Your Own Url Shortner Without any fancy server side processing and support for custom url , which can even be hosted on GitHub Pages
Stars: ✭ 131 (-71.77%)
Mutual labels:  hacktoberfest, json
Circe
Yet another JSON library for Scala
Stars: ✭ 2,223 (+379.09%)
Mutual labels:  hacktoberfest, json
Json Against Humanity
Finally, Cards Against Humanity as plain text and JSON.
Stars: ✭ 105 (-77.37%)
Mutual labels:  hacktoberfest, json
Json Decoder
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
Stars: ✭ 109 (-76.51%)
Mutual labels:  hacktoberfest, json
Horaires Ratp Api
Webservice pour les horaires et trafic RATP en temps réel
Stars: ✭ 232 (-50%)
Mutual labels:  hacktoberfest, json
Hyperjson
A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
Stars: ✭ 374 (-19.4%)
Mutual labels:  hacktoberfest, json

JSONViewer 1.40

This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.

Instructions:

  1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
  2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
  3. Open a document containing a JSON string (or paste in some JSON text)
  4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
  5. Voila!! If the JSON is valid, it will be shown in a Treeview

Latest Updates:

1.40

  1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
  2. issue-56 Format Should Follow Line Break Settings
  3. issue-57, issue-60 "Should add a function to remove line breaks and spaces" Thanks @neoarc
  4. issue-68 Crashing Notepad++
  5. issue-72 tab setting from notepad++ settings are not honored
  6. issue-73 Display tree for Array of Object
  7. issue-80 use line ending setting from editor
  8. Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.

1.34

  1. Fix Access Violation issue #51
  2. Fix issue #47
  3. Fix issue #43

1.31

  1. Reads tab setting from notepad++ settings

1.30a

  1. Now using rapidjson

1.24

  1. 64 bit support. Thanks @chcg

1.23

  1. Select all text when no selection Thanks @vakio
  2. fix memory leak and close About dialog when clicking "Close" button Thanks @quangnh89

1.22

  1. Fixed display of boolean values. Now displaying as "key":True/False Thanks @yoyokenny
  2. Fixed hang on faulty JSON. Thanks @vancekic

1.21

  1. Fixed display of UTF-8 characters.

1.20

  1. Fixed bug "#3 quoted doublequotes-Jan Huschauer"

1.19

  1. Added a command to format JSON

1.175

  1. Now displays a message box when JSON string is not selected.

1.17

  1. Fixed dialog display issue, that occured in 1.16 release.

1.16

  1. Fixed bug - 3305433 do not find error on second try and do not build tree
  2. Fixed a memory leak..was not deallocating memory allocated to json strings

1.15

  1. Fixed bug 3203739 "Unable to parse JSON Arrays"

1.1

  1. Fixed hotkey, now press CTRL+SHIFT+ALT+J(default).
  2. Marks error position in JSON
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].