Need option ij JSON Filter to not use the object name as resname

Issue #360 resolved
Former user created an issue

Original issue 360 created by @ysavourel on 2013-08-14T15:52:12.000Z:

In many cases, the name part of the name/value objects of JSON does not always corresponds to the name of the object's value.
for example:
{"menu": {
"value": "File",
"popup": {
"menuitem": [
{"value": "New"},
{"value": "Open"},
{"value": "Close"}
]
}
}}

The filter should have an option to not use the name part as resname to avoid generating incorrect extractions.

Comments (2)

  1. Log in to comment