* BAEL-3132 - Linux Commands - Loop Through Directories/Folders * BAEL-3132 - Linux Commands - Loop Through Directories/Folders - update pom description. * BAEL-3132 - Linux Commands - Loop Through Directories/Folders - Add another example using find exec. * BAEL-3132 - Linux Commands - Loop Through Directories/Folders * BAEL-3110 - Linux Commands - Remove All Text After X * BAEL-3372 - Guide to Linux jq command for JSON formatting
18 lines
213 B
JSON
18 lines
213 B
JSON
[
|
|
{
|
|
"name": "apple",
|
|
"color": "green",
|
|
"price": 1.2
|
|
},
|
|
{
|
|
"name": "banana",
|
|
"color": "yellow",
|
|
"price": 0.5
|
|
},
|
|
{
|
|
"name": "kiwi",
|
|
"color": "green",
|
|
"price": 1.25
|
|
}
|
|
]
|