Source code
Revision control
Copy as Markdown
Other Tools
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<label for="importpicker">Import JSON</label>
<input
type="file"
accept="application/json"
id="importpicker"
aria-label="Import JSON"
/>
</body>
</html>