forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
IMO parsing the output would be way easier if the keys could be addressed via their names as well:
Now:
{
"reimbursement" : {
"URL" : "goo.gl/V52wZd",
...
},
"public-awareness" : {
"URL" : "goo.gl/V52wZd",
...
Example with Name:
{
"reimbursement" : {
"Name" : "reimbursement"
"URL" : "goo.gl/V52wZd",
...
},
"public-awareness" : {
"Name" : "public-awareness"
"URL" : "goo.gl/V52wZd",
...
Some redundancy, but would reduce bash JSON parsing to one-liners.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels