Skip to main content
0 votes
3 answers
123 views

I need to convert a JSON file to CSV in a bash script, this a sample file: { "total": 1, "jobs": [ { "deviceData": { "deviceId": "...
Cinghiuz's user avatar
0 votes
1 answer
105 views

I have JSON that looks like: { "18003432343": ...., "18005553332": ...., "1-3-2025 10:36:41_08941100 AM": ...., "1-3-2025 11:36:41_08941100 AM": .... } ...
Lloyd Banks's user avatar
1 vote
1 answer
131 views

I have JSON that looks like: { "18003432343": { "04:00:25": {....}, "12:00:25": {....}, }, "18005553332": { "18:11:25": {....}, ...
Lloyd Banks's user avatar
-3 votes
0 answers
169 views

anybody anytime get next error? Assertion failed: endptr == token_buffer.data() + token_buffer.size(), file include/nlohmann/detail/input/lexer.hpp, line 1292 i've next code: int main(int argc, char *...
St_rt_la's user avatar
Best practices
0 votes
5 replies
83 views

I'm working with a 3rd party API. The API uses an elasticsearch-like query language. So queries can get quiet complex. Often I have such a complex query (eg. long json string) which has 1 or maybe 2 ...
beginner_'s user avatar
  • 7,652
1 vote
1 answer
141 views

I want to trigger an Azure DevOps pipeline from PowerAutomate. The pipeline requires a single parameter - UserID. This is the Pipeline: trigger: none pr: none name: User-$(Date:yyyyMMdd)$(Rev:.r) ...
Chumpy's user avatar
  • 53
0 votes
1 answer
74 views

I have a column named layout in a table named pages which contains JSON. In this case, the JSON actually represents the HTML of a page. Information is infinitely nested, just as an HTML page would be. ...
Joe Love's user avatar
  • 6,126
-3 votes
0 answers
96 views

I have a problem in which a program needs to: Read in a large (4K+) JSON document; Modify one object deeply nested in it, often just one field of one object. Write it back out. Even with something ...
Christophe's user avatar
  • 2,098
1 vote
1 answer
91 views

The logs received by fluent-bit(forward input) { "date": 1765435213, "log": "{\"time\": \"2025-12-11T06:40:13+00:00\",\"tcpConnectionId\": \&...
si xiao's user avatar
  • 11
0 votes
1 answer
86 views

I need to send a image to an API and it has to be base64 encoded and send as raw json. The request sent by Postman is received correctly But when I try to do the same request with Guzzle I am ...
Fabrice Lefloch's user avatar
2 votes
1 answer
81 views

I have my table with a tabulator. Example of data: [ { "owner": "Fred", "color": "red", "details": "{\"name\&...
Florent Garcin's user avatar
-3 votes
0 answers
89 views

I'm new at using JavaScript and studying for web design. I'm having some trouble with JSON and a gsap powered horizontal gallery. Basically, i started designing my web portfolio without using a JSON, ...
Tania Carro's user avatar
2 votes
1 answer
58 views

Consider this basic JSON file: { "list": [ { "random": 123, "fruits": "pineapple" }, { "...
qwertz's user avatar
  • 14.9k
-4 votes
0 answers
67 views

Let me start by saying that I am getting no errors; the formatting is correct, I can complete the code and see that it is recognized as valid JSON formatting. For some reason Power Automate is ...
Big Lou's user avatar
0 votes
0 answers
69 views

I’m trying to authenticate with the Coinbase Advanced API using an ES256 signed JWT, but I keep getting a 401 response from every endpoint. I’m using a JSON API key created in the Coinbase Developer ...
Craig Mallinson's user avatar

15 30 50 per page