Skip to main content

Questions tagged [json]

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

0 votes
0 answers
6k views

JSON error - Expecting 'EOF', '}', ',', ']', got '{'

I have a big json file but don't know it shows some error... { "_index": "ttmnt", "_type": "********ils", "_id": "********DC", "...
B M's user avatar
  • 41
-2 votes
1 answer
3k views

How can i convert a .bin (binary) to a .json (json) file with linux?

I don't know how to convert a binary file back to a .json file. I have been searching for a while now and could not find a single answer, well, i did but none of which worked. Can this be done in ...
Ring_Games_Database_And_Coding's user avatar
1 vote
0 answers
27 views

Firefox strange JSON null respone

I was browsing a blog, I think made on wordpress, and when I clicked on an interal link I got a strange response, my firefox browser returned the JSON viewer with a NULL response. Then I refreshed the ...
Someonesomewhere's user avatar
0 votes
1 answer
773 views

How do I use the dejsonlz4 tool?

Would somebody mind explaining how to use the dejsonlz4 tool in very basic laymans terms? https://github.com/avih/dejsonlz4 I recently formatted a drive and lost my Firefox bookmarks as I forgot to ...
JordyC1993's user avatar
1 vote
3 answers
1k views

How to remove white space after parsing from JSON with sed

How can I remove any white space if any after parsing from JSON? whereami -r Parse result without sed. { "ip": "95.16.15.10", "country_code": "US", "...
robotron's user avatar
  • 113
2 votes
1 answer
7k views

Notepad++: how to automatically format JSON when opening the file

I work with many JSON files. It would be useful to automatically format JSON when opening the file in Notepad++. At the moment, I'm using JSON viewer plugin. I have to select the text and choose ...
Stefano Fiorucci - anakin87's user avatar
1 vote
1 answer
142 views

Strange tar archive

I have few files that were transferred from another server. The files suppose to contain archive of directories with code and data. files have .tar extension. When I run: tar -xvf xxxxx.tar I get the ...
Naomi Fridman's user avatar
0 votes
0 answers
939 views

Regular expression to match blocks of { } in JSON

I have the following piece of JSON that occurs on about a hundred and fifty files in an application I am working on. { path: "/cms/scenarios/:scenarioId/impacts/add", ...
Barry Chapman's user avatar
1 vote
1 answer
313 views

A local key/value store for Windows

Is there any equivalent of sqlite as a key/value store that will run on Windows? I have a bunch of data in JSON files that I'd love to be able to view and query like I can with relational tabular data ...
mrgou's user avatar
  • 251
0 votes
1 answer
4k views

How to hide tabs in windows terminal through its settings file?

I’ve spent almost an hour on trying to figure this out but I have not quite figured it out. Also, where can I find an exhaustive list of what's settings can be changed in the .json file? Microsoft ...
ahk_user99's user avatar
1 vote
1 answer
433 views

Linux shell backslash-newline for long JSON string

I am using curl with a really long -d, --data <data> field containing JSON. I would like to use backslash-newline to wrap around the JSON in the middle of the JSON string. Here's an example: (...
Intrastellar Explorer's user avatar
0 votes
1 answer
2k views

How to install jsoncpp on CentOS 8

I have tried: $ sudo dnf install jsoncpp Last metadata expiration check: 0:31:37 ago on Fri 17 Jul 2020 02:02:47 PM CST. No match for argument: jsoncpp Error: Unable to find a match: jsoncpp And I ...
Lane Ouyang's user avatar
2 votes
2 answers
1k views

Select JSON records as Excel table via Power Query

I have a URL that points to a sample server that returns JSON records: https://sampleserver6.arcgisonline.com/arcgis/rest/services/LocalGovernment/Events/MapServer/0/query?where=1%3D1&outFields=*&...
User1974's user avatar
  • 157
6 votes
2 answers
22k views

Module not found: Can't resolve 'uuid/v4'

I am a beginner in React programming and I was following this tutorial in Youtube: https://youtu.be/hQAHSlTtcmY and everything went well until it was required to install uuid library and after that ...
Jokamutta's user avatar
0 votes
0 answers
327 views

Saving content of individual cells within a column as separate JSON files

Is there a way to create a collection of JSON Files in a folder based on the content of individual cells in a column in excel? So basically, I have a spreadsheet with a column starting with cell B12 ...
Habib Monfared's user avatar

15 30 50 per page
1 2 3
4
5
12