Skip to main content

Questions tagged [json-format]

JSON (JavaScript Object Notation) is a lightweight data-interchange format. The Stackexchange API delivers its data using this format. The tag is meant for questions about reading and interpreting JSON.

1 vote
1 answer
361 views

I'm trying to convert Mathematica notebooks (.nb files) into the specific JSON-based notebook format used by Visual Studio Code extensions for Wolfram Language. I would like a procedure written in the ...
divenex's user avatar
  • 1,170
4 votes
1 answer
397 views

When importing JSON through APIs using Import[endpoint,"JSON"], Import[endpoint,"RawJSON"], or ...
phileasdg's user avatar
  • 103
6 votes
3 answers
384 views

Question I’m working with an OpenAPI JSON schema and want to visualize and understand its structure using Mathematica. For example, given the following schema: ...
Conor Cosnett's user avatar
5 votes
1 answer
370 views

I want to plot the new parliamentary boundaries for the upcoming general election. This will use an NIHR API to grab the map location of the FID=3, the 3rd parliamentary constituency in alphabetical ...
Tomi's user avatar
  • 5,094
5 votes
1 answer
361 views

I want to make an adjacency matrix for the world/each country at a specified administrative level. This is very easy to do for countries in Mathematica, but is not straightforward for different ...
Romogi's user avatar
  • 687
5 votes
2 answers
188 views

This is my current code: ...
yode's user avatar
  • 27.8k
1 vote
1 answer
185 views

I'd like to convert some csv data to json. The CSV: ...
wmv's user avatar
  • 379
6 votes
1 answer
271 views

I am looking for a straightforward way to export results from functions like ImageContents, FacialFeatures, and WolframAlpha - symbols that return stuff containing knowledgebase content. Aside from ...
M.R.'s user avatar
  • 31.9k
0 votes
2 answers
259 views

I'm importing data from Swarm into Mathematica, and I'm trying to create a dataset and having issues because the values are at different levels: ...
Steven Buehler's user avatar
3 votes
1 answer
2k views

I'm downloading this datafile from kaggle. I want to get all the IDs. Normally for a JSON file I'd write ...
Tomi's user avatar
  • 5,094
0 votes
1 answer
696 views

I have a folder of about a million JSON files and I wrote this to convert them quickly to CSV, but the formatting is not correct for the software I'm feeding them into. Here's the code I'm using: <...
Nothingtoseehere's user avatar
0 votes
0 answers
53 views

I am using FacialFeatures to identify the age and gender of characters in movie frames. I am using the following script (simplified from this source): ...
HugoRD's user avatar
  • 17
6 votes
0 answers
708 views

It seems that generally, Mathematica users (or at least the Q&A I've read here) prefer associations to represent data in ways that many other languages would use structures. However, when ...
John's user avatar
  • 2,663
0 votes
0 answers
62 views

While ago I was using this command with no issue, now I have an SSL error: ...
user305883's user avatar
4 votes
2 answers
374 views

I want to export a list of url's as a JSON file. For instance: ...
Conor Cosnett's user avatar

15 30 50 per page
1
2 3 4 5 6