Cursor data, in JSON console view, as nested tree

已回答

Hi, it is possible to show data, as nested JSON tree, when there are cursors in the query?

Now I've this format

"FLAG_AL": "NO",
"LOOP_AL": "Proxy[RemoteResultSet,RemoteObjectInvocationHandler[UnicastRef [liveRef: [endpoint:[127.0.0.1:57372](remote),objID:[5c999dde:176468e2fcd:-6acd, -5104446266615530328]]]]]",
"LOOP_A": "Proxy[RemoteResultSet,RemoteObjectInvocationHandler[UnicastRef [liveRef: [endpoint:[127.0.0.1:57372](remote),objID:[5c999dde:176468e2fcd:-6acc, -8794683068331532158]]]]]",
"LOOP_B": "Proxy[RemoteResultSet,RemoteObjectInvocationHandler[UnicastRef [liveRef: [endpoint:[127.0.0.1:57372](remote),objID:[5c999dde:176468e2fcd:-6acb, 4767509368946178116]]]]]",
"LOOP_C": "Proxy[RemoteResultSet,RemoteObjectInvocationHandler[UnicastRef [liveRef: [endpoint:[127.0.0.1:57372](remote),objID:[5c999dde:176468e2fcd:-6aca, 6189029069525018331]]]]]",
"LOOP_ACCR": "Proxy[RemoteResultSet,RemoteObjectInvocationHandler[UnicastRef [liveRef: [endpoint:[127.0.0.1:57372](remote),objID:[5c999dde:176468e2fcd:-6ac9, -3369063718138737440]]]]]",
"FLAG_RCA": "NO",


and I would something like

"FLAG_AL": "NO",
"LOOP_AL": [{"a": 2, "b": 1}, {}, {}, ... ],
"LOOP_A": [{}, {}, {}, ... ],
"LOOP_B": [{}, {}, {}, ... ],
"LOOP_C": [{}, {}, {}, ... ],
"LOOP_ACCR": [{}, {}, {}, ... ],
"FLAG_RCA": "NO",


Thk!

0

there is no way to achieve this at the moment. please fill up feature request on our tracker.

0

请先登录再写评论。