Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
How are we doing? Please help us improve Stack Overflow.Take our short survey
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
6,916 questions
Filter by
Sorted by
Tagged with
1vote
1answer
85views

I have JSON that looks like:{ "18003432343": { "04:00:25": {....}, "12:00:25": {....}, }, "18005553332": { "18:11:25": {....}, ...
0votes
1answer
73views

I have JSON that looks like:{ "18003432343": ...., "18005553332": ...., "1-3-2025 10:36:41_08941100 AM": ...., "1-3-2025 11:36:41_08941100 AM": ....}...
0votes
3answers
104views

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

I have a JSON document as a result of scanning a DVD. It contains a TitleList array, each entry of which contains a ChapterList array, each entry of which has a Duration object. I want to select a ...
miken32's user avatar
  • 42.5k
2votes
1answer
98views

Consider the following code snippet based on libjq.#include <stdio.h>#include <stdlib.h>#include <jq.h>#include <jv.h>int main(void) { jq_state *jq = jq_init(); ...
merlin2011's user avatar
0votes
1answer
89views

I have a list of hostnames and I want to filter out all hostnames that end in any of a given list of domains.For example for the hostnames["host1.exmaple.org", "host2.example.org"...
Clemens Bergmann's user avatar
1vote
1answer
88views

I have a task to convert a JSON file to a CSV with a header at the top. The header has to be in a particular order. So the order of the keys in the JSON file will be in different order than the ...
sunpack's user avatar
1vote
0answers
143views

I am working on creating an adaptive card dynamically. I have the skeleton on the card in JSON and I want to add entries to it (each entry will be a JSON object inside the "body" of the ...
moys's user avatar
  • 8,117
3votes
3answers
129views

I am hoping I can get an answer on this question. I am using ./jq to convert a CSV file into a file of JSON objects. Each line of the CSV input represents a JSON object. A sample of the CSV input is ...
sunpack's user avatar
3votes
1answer
144views

My (huge) input file has many entries , what I want to extract is structured like that:{ "vulnerabilities": [ { "parentAlert": { "...
fabbb's user avatar
1vote
2answers
64views

Assuming two json files:a.json[ { "category": "utils", "name": "yq" }, { "category": "utils", "name": &...
mike's user avatar
  • 496
0votes
1answer
69views

When using this algorithm:jq -s 'def deepmerge(a;b): reduce b[] as $item (a; reduce ($item | keys_unsorted[]) as $key (.; $item[$key] as $val | ($val | ...
staxas's user avatar
-3votes
1answer
157views

I like using :!pbpaste | jq to see my JSON objects when reading logs in vim.But it often throws the following error with the slightest inconvenience in the JSON body.jq: parse error: Invalid numeric ...
Mahdi Habibi's user avatar
2votes
3answers
187views

I'm trying to determine whether a jq expression refers to no items at all, without collapsing null and empty.As I understand it, .foo? should be identical to try .foo catch empty. Because catch empty ...
Charles Duffy's user avatar
-1votes
1answer
89views

Imagine the following data (array of users which can have many roles, each user object has multiple roleIDs referenced and an array of role definitions):{ "users": [ { "id&...
Kaloyan Georgiev's user avatar

153050per page
1
2345
462

Hot Network Questions

more hot questions
Newest jq questions feed

[8]ページ先頭

©2009-2025 Movatter.jp