json.pizza icon indicating copy to clipboard operation
json.pizza copied to clipboard

Online JSON formatter and prettifier

Results 27 json.pizza issues
Sort by recently updated
recently updated
newest added

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Sometimes I need to deformat a JSON into a single line (as if it had been stringified). For example, when editing a JSON blob from a database column it would...

It would be useful to be able to download the pasted / formatted JSON as a file. The flow could be: * Hit save button or CMD/Ctrl+s * Enter name...

When you open the app, the previous JSON you used is still there and the cursor is focussed inside the editor. However, I often find myself pasting the JSON i'd...

An option to generate a corresponding TypeScript interface. We could also support query generation for MySQL JSON types, i.e. generate a path query like this: ```sql SELECT data->"$.items[2].some.nested.property" FROM table;...

feature request :ok_hand:

Hey, search feature is one of the important thing missing-out in this application. it will become an advantage when you added this. Thanks.

feature request :ok_hand:

I'm a bit torn on this one, but it could be sweet to auto-format the JSON once you paste in some minified JSON. I'd argue that people would never willingly...