StatusBarJsonPath icon indicating copy to clipboard operation
StatusBarJsonPath copied to clipboard

Sublime Text plugin to get the JSONPath under the cursor in a JSON

Results 2 StatusBarJsonPath issues
Sort by recently updated
recently updated
newest added

Simple fix that implements issue #6 In order to parse it, I did use the json library.

Hi, I would like to see the number of elements at the current path where my cursor is. So that is either the number of attributes in an object, or...