Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 1759

How do I import Json?

$
0
0
@module({from: "./data.json", with: {type_: "json"}})
external json: JSON.t = "default"

Compiles to:

import DataJson from "./data.json" with {"type": "json"};

var json = DataJson;

Viewing all articles
Browse latest Browse all 1759

Trending Articles