Skip to content

Instantly share code, notes, and snippets.

@bartlomieju
Created October 29, 2019 15:27
Show Gist options
  • Save bartlomieju/863b26c78ffac0570134cbd83942dc4f to your computer and use it in GitHub Desktop.
Save bartlomieju/863b26c78ffac0570134cbd83942dc4f to your computer and use it in GitHub Desktop.
Named imports from JSON file
{
a: 123,
b: [ 1, 2, 3 ],
c: null
}
import { b } from "./test.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment