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.
- Host: GitHub
- URL: https://github.com/wlwl2/json-format
- Owner: wlwl2
- Created: 2017-01-13T18:15:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T21:19:08.000Z (about 6 years ago)
- Last Synced: 2025-01-01T12:12:25.602Z (about 1 year ago)
- Topics: example, format, json
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```