json_select
json_select copied to clipboard
CSS-like selectors for JSON (Ruby implementation).
Results
3
json_select issues
Sort by
recently updated
recently updated
newest added
please add val selector support, thanks ``` ruby user = { :id => 1, :name => 'admin' } JSONSelect(".name:val(\"admin\") ~ .id").match user ``` A jQuery ":has(x:contains('text here'))" is very useful.
See: https://github.com/lloyd/JSONSelect/issues/14
See: https://github.com/lloyd/JSONSelect/issues/13