Ruby JSON Path - Chrome Extension for Navigating JSON
Ruby JSON Path is a Chrome extension that makes navigating JSON easy. It is an open source program developed by Vladimir Ulianitsky. This extension allows you to print JSON and JSONP in a readable format directly in your browser tab.
With Ruby JSON Path, you can easily navigate through JSON by copying the path to specific elements. You can copy the path to an element by ctrl+clicking on the key, value, array, or hash. It also provides the option to select the language for path syntax, with JS and Ruby available.
This extension offers several useful features for Ruby programmers, including the ability to symbolize names and save preferred syntax settings. It also adds a 'JSON' pane into the Chrome Dev Tools Elements tab, allowing you to view the parsed content of application/json script tags.
Ruby JSON Path is fast and works on any valid JSON page, regardless of the URL. It provides syntax highlighting, collapsible trees with indent guides, and clickable URLs. You can easily switch between raw and parsed JSON, and the parsed JSON is exported as a global variable for further inspection in the console.
Overall, Ruby JSON Path is a handy tool for developers working with JSON in Ruby. It simplifies the navigation and manipulation of JSON data, making it a valuable addition to any developer's toolkit.