You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
328 B
17 lines
328 B
⟨Get⟩⇐•Import "REST.bqn" |
|
|
|
# uncomment for rest stuff |
|
#dict‿json←Get "https://gorest.co.in/public/v1/users" |
|
#•Show 12↑json |
|
#•Show (dict.Get "headers").Get "Connection" |
|
|
|
# uncomment to test your json file |
|
|
|
|
|
|
|
⟨JSON⟩⇐•Import "JSON.bqn" |
|
JSON ∾•file.Lines "/home/ndr/aplfarm-languages/langdata.json" |
|
|
|
|
|
|
|
|
|
|