Skip to content

Instantly share code, notes, and snippets.

@anoop4real
Created March 16, 2020 18:15
Show Gist options
  • Save anoop4real/982c4f2b9b483b380016f6eaebbebaa6 to your computer and use it in GitHub Desktop.
Save anoop4real/982c4f2b9b483b380016f6eaebbebaa6 to your computer and use it in GitHub Desktop.
JMESquery

Sample query

[? area > 1000 && contains('["Asia","Europe"]',region)] | sort_by(@, &capital) | [*].{alpha2Code: alpha2Code, area: area, callingCodes: callingCodes[0], capital: capital, flag: flag, name: name, nativeName: nativeName, numericCode: numericCode, regionValue:region}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment