computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by yves.sav...@gmail.com on 14 Aug 2013 at 3:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 37a9f397baab.

Original comment by yves.sav...@gmail.com on 14 Aug 2013 at 4:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 37a9f397baab.

Original comment by yves.sav...@gmail.com on 4 Sep 2013 at 8:47