Skip to content

Instantly share code, notes, and snippets.

@haunt98
Last active February 9, 2024 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haunt98/9698c92d7c2a4b0bc4aa65303351f9e7 to your computer and use it in GitHub Desktop.
Save haunt98/9698c92d7c2a4b0bc4aa65303351f9e7 to your computer and use it in GitHub Desktop.
gojq.sh
gojq '.contact_users[] | select(.phone != "0") | {userid: .zalopay_id, zalo_name: .zalo_name, phone: .phone, contact_name: .contact_name, avatar: .avatar}' friends.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment