Skip to content

Instantly share code, notes, and snippets.

@fahdi
Created July 3, 2026 23:31
Show Gist options
  • Select an option

  • Save fahdi/0f6542fe6cbe75505879d242e99d5fb9 to your computer and use it in GitHub Desktop.

Select an option

Save fahdi/0f6542fe6cbe75505879d242e99d5fb9 to your computer and use it in GitHub Desktop.
[
{"first_name": "Ada", "last_name": "Lovelace", "email": "ada@example.com", "status": "active", "role": "admin"},
{"first_name": "Grace", "last_name": "Hopper", "email": "grace@example.com", "status": "inactive", "role": "editor"},
{"first_name": "Alan", "last_name": "Turing", "email": "alan@example.com", "status": "active", "role": "viewer"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment