https://github.com/dotmavriq/statham
JSON to Table interactive editor
https://github.com/dotmavriq/statham
copy-paste html-tables indent json
Last synced: about 1 month ago
JSON representation
JSON to Table interactive editor
- Host: GitHub
- URL: https://github.com/dotmavriq/statham
- Owner: dotMavriQ
- Created: 2023-08-09T15:26:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T12:54:04.000Z (almost 3 years ago)
- Last Synced: 2026-03-28T07:51:42.966Z (3 months ago)
- Topics: copy-paste, html-tables, indent, json
- Language: HTML
- Homepage: https://dotmavriq.github.io/Statham/
- Size: 403 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statham
JSON to Table interactive editor
```
[
{
"dataset": "jsonstatham",
"place": "The Transporter",
"long": 123.45678,
"lat": 87.65432,
"address": "123 Action Lane, Movieville, Hollywood, 90000",
"city": "Movieville",
"county": "Hollywood",
"zip": "90000",
"country": "USA",
"phone": "+1234567890",
"hours": "90 minutes",
"roles": [
"Driver",
"Martial Artist"
],
"skills": [
"Precision Driving",
"Hand-to-hand combat"
],
"description": "Frank Martin, a professional courier driver for hire.",
"verified": true
},
{
"dataset": "jsonstatham",
"place": "Crank",
"long": 123.45679,
"lat": 87.65433,
"address": "456 Adrenaline Blvd, Rushville, Hollywood, 90001",
"city": "Rushville",
"county": "Hollywood",
"zip": "90001",
"country": "USA",
"phone": "+1234567891",
"hours": "88 minutes",
"roles": [
"Hitman",
"Survivor"
],
"skills": [
"Gunfighting",
"Resilience"
],
"description": "Chev Chelios, a hitman who learns he has been poisoned and must keep his adrenaline flowing to stay alive.",
"verified": false
}
]
```