akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
126 stars 44 forks source link

Changes to u_val #144

Closed rao-aneesh closed 6 months ago

rao-aneesh commented 7 months ago

json.dumps causes an issue with escape characters. A CLI command like "banner login ^TEST\nBANNER\nLOGIN^" gets converted to "banner login ^TEST\\nBANNER\\nLOGIN^". This fixes that issue.

rao-aneesh commented 6 months ago

@akarneliuk Can you look into this please?

akarneliuk commented 6 months ago

@AscendedEntity looks good, thanks. I will be looking for releasing over the weekend.