JSON Editor
Interactive Viewer
No JSON data loaded
Paste some JSON on the left to start exploringQuick Start & FAQ
What is iLikeJson.dev?
iLikeJson.dev is a high-performance, local-first JSONViewer and JSONEditor built for developers. It allows you to inspect, format, query, and visualize JSON structures without uploading any data to external servers.
Is my JSON data secure?
Yes, 100% secure. iLikeJson is a local-first utility. All processing, formatting, and charting happen directly inside your web browser. Your JSON payloads are never sent to a server, ensuring complete data privacy.
How do I use JSONView filtering & queries?
Enter any standard JavaScript expression in the query bar (e.g., .items.filter(x => x.price > 100) or .name). The interactive JSON viewer updates in real time to show only the matching fields.
Can I customize the JSONEditor settings?
Absolutely. You can format (pretty print) or minify your JSON using the action bar buttons. The editor validates syntax automatically and displays line-by-line error highlights.
How do the chart and graph views work?
Once you load valid JSON data, you can switch tabs to generate dynamic Bar, Line, or Pie charts based on key-value pairs, or visualize relationships as an interactive node connection graph.