Skip to content

alurm/JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acme text editor JSON value inspector

TL;DR: cat example.json | go run .

This Acme plugin reads a JSON value either from standard input or from the first command line argument, if provided. It shows an interactive window representing that value. For arrays, indicies are shown. For objects, the keys are shown. Right clicking on them opens a window with the representation of that part of the value. File path represents the location of the value relative to the value that was given initially. Type of the value is provided in the tag as well, to disambiguate strings from other JSON data types.

Demo: https://youtube.com/watch?v=kqXfiNjZgaM

About

Acme text editor JSON value inspector plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages