Skip to content

Instantly share code, notes, and snippets.

@maoo
Created June 11, 2021 09:46
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 maoo/3635fd59798bff84bacdf6a714c6a99b to your computer and use it in GitHub Desktop.
Save maoo/3635fd59798bff84bacdf6a714c6a99b to your computer and use it in GitHub Desktop.
clientes.json
[
{ "nombre" : "client1",
"id" : "1234"
},
{ "nombre" : "client2",
"id" : "5678"
},
{ "nombre" : "client3",
"id" : "9012"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment