NER Pro
Loading theme...
Shqip
JSON to Table Converter
Paste your JSON here:
{ "name": "John Doe", "age": 30, "profile": { "bio": "Software developer", "skills": [ "JavaScript", "React", "Node.js" ], "experience": { "years": 5, "companies": [ { "name": "Tech Corp", "role": "Developer", "duration": "2 years" }, { "name": "Startup Inc", "role": "Senior Developer", "duration": "3 years" } ] } }, "address": { "street": "123 Main St", "city": "Anytown", "coordinates": { "lat": 40.7128, "lng": -74.006 } }, "hobbies": [ { "name": "reading" }, { "name": "coding" }, { "name": "gaming", "type": "indoor" } ], "isActive": true }