Skip to main content

Questions tagged [json]

JSON (JavaScript Object Notation) is a textual data storage and interchange format.

1 vote
2 answers
95 views

I'm trying to load a JSON file into Excel. It loads in Power Query and I can drill into individual rows but cannot extract the whole file directly to a table. How can I load it directly? Given the ...
user1605665's user avatar
  • 1,355
1 vote
0 answers
96 views

definition >> DOH = DNS Over HTTP or HTTPS I want to implement child protection on single machines: family filter and custom blocklisting of websites (social media prevalently) System: Windows ...
chai's user avatar
  • 11
1 vote
1 answer
280 views

I can see the number of elements a field contains in a JSON file opened with PyCharm 2024.2.3: How can I view the same within Notepad++?
Franck Dernoncourt's user avatar
-1 votes
1 answer
405 views

Is jq guaranteed to always output valid json, even if it encounters an error while running? Error could be due to poorly formatted input, for example. Outputting valid json and not outputting anything ...
ghosts_in_the_code's user avatar
21 votes
2 answers
5k views

I visit JSON endpoints that look like: https://dummyjson.com/test I don't want to manually click the "Pretty-print" checkbox every time. How can I change a browser setting to make the "...
Ryan's user avatar
  • 2,518
1 vote
0 answers
508 views

Hello every professional engineer I knew how to convert the Firefox file sessionstore.jsonlz4 to .json file by using this website https://www.jeffersonscher.com/ffu/scrounger.html and after editing ...
Moamar's user avatar
  • 11
2 votes
0 answers
298 views

Let's say my cursor in Notepad++ is here: How can I easily jump to the parent node? E.g., is there a keyboard shortcut for that? Full JSON used in the example: { "boats": [ { ...
Franck Dernoncourt's user avatar
0 votes
1 answer
1k views

Before 2023, this was an easy question to answer. Google hosted a JSON at Omahaproxy (https://omahaproxy.appspot.com/json) which would give a simple response when queried. Asking... (Invoke-WebRequest ...
seagull's user avatar
  • 6,262
0 votes
1 answer
390 views

Decoding a json response takes a lot of time on my system - Precision 5520 (11th gen I7, 64 GB) with Linux 20.04 LTS under WSL2 under Windows 10 Pro. Here is the relevant part of the code: def ms_now()...
AlwaysLearning's user avatar
1 vote
0 answers
405 views

This curl request returns empty square brackets []: curl "https://www.bathnes.gov.uk/NodeAPI/geoDataLookup/getGeoJSON/-2.8530120849609375/51.263633525637/-2.126541137695313/51.456574106519724/11&...
DaveF's user avatar
  • 341
1 vote
1 answer
228 views

I have a large MBOX file (16000 emails) from a public email group which is now closed. For archival and research purposes, I would like to serve these emails on a website. How can I go about ...
misaligar's user avatar
  • 223
0 votes
0 answers
95 views

I'm trying to find the easiest and quickest way to fetch a list of names in different lines from a text file and appending them to a specific field in a structured JSON file that repeats itself over ...
MACC's user avatar
  • 141
7 votes
0 answers
4k views

Can you filter based on multiple keys in the Firefox JSON viewer? Lets say I have the following JSON: { "obj": [{ "online": true, "count": 5, ...
quickblueblur's user avatar
1 vote
2 answers
538 views

I'm trying to replace a number in a set of text files. The number will be different for each file, but it will always occur after a specific string. Here's the original file: "structures&...
Herdo's user avatar
  • 11
2 votes
0 answers
1k views

I have an Excel sheet that has a column that consists entirely of JSON values. For example, cell A1: { "selected_pet": "dog", "other_pets": [ "cat", ...
Patrick Kenny's user avatar

15 30 50 per page
1
2 3 4 5
12