Skip to content

A Sublime Text 3 plugin that speeds up your digging through deep JSON objects.

Notifications You must be signed in to change notification settings

batwood001/spelunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spelunker

A Sublime Text 3 plugin that digs through deep JSON objects so you don't have to!

Description

Given a value in an arbitarily nested JSON object, Spelunker will return the path to that value as a lodash chain.

Usage

  1. Have a properly formatted JSON object in a ST3 tab.

  2. Highlight the value you want to retrieve the path to (for now, the path must be a string--if it's an int or bool, just throw "'s around it). Do not highlight the " " marks. Use the keyboard shortcut cmd+shift+s or right-click on the value and select "spelunker" from the menu.

  3. The lodash-formatted path is now in your clipboard.

Installation

Clone this repo into /Users/{username}/Library/Application Support/Sublime Text 3/Packages/

Eventually this will be a proper ST3 package.

About

A Sublime Text 3 plugin that speeds up your digging through deep JSON objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published