cisco-ie / anx

Advanced NETCONF Explorer: Graphical Explorer for NETCONF / YANG and GNMI/GRPC Telemetry & Java NETCONF 1.1 client library
Apache License 2.0
183 stars 43 forks source link

Display json returned by GNMI subscription and xml returned by Netconf in rich format #20

Open jc-rode opened 4 years ago

jc-rode commented 4 years ago

The json returned by the GNMI subscription is displayed in text format and that's very hard for a human brain to understand the structure...

Any chance it could be displayed in a rich format so that we could minimize/expand subtrees ? A bit like the yang models displayed on the right side ("search models").

Same for the xml returned by netconf in Netconf console... I can submit a separate issue if required.

Thanks !