JSON to JavaScript

Create a JavaScript-ready object literal from any JSON.

How it works

The converter wraps the parsed value in a const declaration and keeps the JSON structure as valid JavaScript.

Example