Sitemap
Analytics Vidhya

Analytics Vidhya is a community of Generative AI and Data Science professionals. We are building the next-gen data science ecosystem https://www.analyticsvidhya.com

Follow publication

Parse JSON easily like a PRO

2 min readNov 21, 2019
https://github.com/gchandra10/jqtutorial
$ jq '.' sample_nows.json
$ jq 'first(.[])' sample_nows.json
$ jq 'last(.[])' sample_nows.json
$ jq 'limit(3;.[])' sample_nows.json

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Analytics Vidhya
Analytics Vidhya

Published in Analytics Vidhya

Analytics Vidhya is a community of Generative AI and Data Science professionals. We are building the next-gen data science ecosystem https://www.analyticsvidhya.com

Ganesh Chandrasekaran
Ganesh Chandrasekaran

Written by Ganesh Chandrasekaran

Big Data Solution Architect | Adjunct Professor. Thoughts and opinions are my own and don’t represent the companies I work for.

No responses yet

Write a response