An open API service indexing awesome lists of open source software.

https://github.com/wlwl2/json-format

A simple JSON reference.
https://github.com/wlwl2/json-format

example format json

Last synced: 3 months ago
JSON representation

A simple JSON reference.

Awesome Lists containing this project

README

          

### :eyes: Example:

```json
{
"account_number": 1,
"balance": 9999,
"first_name": "Jacob",
"last_name": "Lee",
"age": 40,
"gender": "M",
"address": "244 Henry Road",
"employer": "Company",
"email": "jacoblee@company.com",
"city": "Test",
"state": "TT"
}
```