Skip to main content

Questions tagged [json]

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

1 vote
0 answers
30 views

convert the .json file back to .jsonlz4 file as it was in Firefox

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
0 votes
0 answers
35 views

Using VBA-JSON to retrieve the value of a key that is in an array

I'm trying to use VBA-JSON to parse a dump from Wiktionary. I gathered from the example here that if the key you are interested is in an array, you specify the index in parentheses starting from 1, ...
culp's user avatar
  • 35
2 votes
0 answers
63 views

How can I jump to the parent node of a JSON object in Notepad++?

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
132 views

How to find the lowest "latest version" of Google Chrome

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
  • 5,594
0 votes
1 answer
256 views

Extremely slow json.load of a network response in WSL

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
145 views

Why is cURL returning just two square brackets with this request?

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
  • 37
1 vote
1 answer
65 views

How to create a static website from MBOX file

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
54 views

Quickest way to add variable text from a text file to a JSON file in specific places

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
  • 131
6 votes
0 answers
2k views

Can you filter JSON with multiple keys in Firefox?

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
301 views

Multiply numerical value after a string in a json file by 3?

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
1 vote
0 answers
655 views

How can I do basic validation of JSON in an Excel cell?

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
1 vote
1 answer
124 views

Failure to convert JSON to CSV file

I need to extract a particular anti-virus product scan results from a JSON file and list the elements in csv format for further processing. JSON file sample as below: Contents of a file scanresults....
Sam Chan's user avatar
0 votes
0 answers
453 views

How to convert JSON to CSV in batch command line with jq utility

I need to extract a particular anti-virus product scan results from a JSON file and list the elements in csv format for further processing. JSON file sample like: Contents of a file scanresults.json {...
Sam Chan's user avatar
1 vote
1 answer
5k views

How can import this JSON with nested objects to Excel using Power Query?

I need to import a JSON file into Excel in table format. The JSON file has nested objects that I need to display as the column data. I've watched several videos, read the docs and forums and cannot ...
NV_steve's user avatar
-1 votes
1 answer
56 views

Finding Documents on CouchDB 3.1 with PowerShell

I need to query our couchdb tennant database using PowerShell. I've put together the following after trawling through different forums, help documents etc. $password = ConvertTo-SecureString '...
Stephen Lawrence's user avatar

15 30 50 per page
1
2 3 4 5
12