Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 606 Bytes

Goblinfactory.JsonQuery

Cross platform dotnet tool for querying json files and first super hacky support for js files with embedded json. First language supported in JmesPath. Screenshot below is the command running in a VSCode terminal on mac OSX.

install

dotnet tool install --global --add-source ./nupkg goblinfactory.jsonquery

usage

jsq {filename} {jmespath query expression}

example

jsq sample.js "lists[].name"

screenshot.png

backlog (todo)

  • Currently does not create (write to the output file) I'll add that shortly.