Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				Isn't it that json-centric query language? If so, can you give me a compelling reason not to just use a good json decoder and examine the resulting data structure directly?
- 
				
				 kunashe19549yWhen you have stupidly large json where loading into a text editor or json viewer is impractical jq can help you get at a nested document you need. kunashe19549yWhen you have stupidly large json where loading into a text editor or json viewer is impractical jq can help you get at a nested document you need.
- 
				
				Depends what you're trying to do @Zaphod65. For long term solutions and complex scenarios it won't beat whatever language you use + some json library.
 
 Where it excels is creating quick and composable commands that can query and modify the schema with quite a high degree of intuitiveness.
 
 I'm somehow doubtful you'll be convinced by my arguments so my advice is to try it, I found it surprisingly easy to learn enough to make it useful.
Related Rants







 Man, this dude knows webdesign
Man, this dude knows webdesign
 JSON Bourne
JSON Bourne
If you work with JSON a lot, learn jq.
Seriously
undefined
json