Created
October 29, 2019 15:27
-
-
Save bartlomieju/863b26c78ffac0570134cbd83942dc4f to your computer and use it in GitHub Desktop.
Named imports from JSON file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
a: 123, | |
b: [ 1, 2, 3 ], | |
c: null | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { b } from "./test.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment