Skip to content

Instantly share code, notes, and snippets.

@fabioyamate
fabioyamate / jsonview.html
Last active June 8, 2026 14:25
A way to build a HTML rendering for JSON data.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advanced JSON Viewer</title>
<style>
#dropzone {
width: 100%;
height: 150px;