core-lightning/contrib/pylightning/lightning
Rusty Russell cc342fda83 pylightning: make sure UTF-8 gets passed intact.
1. We need to read in as a byte string, then decode into utf8 once we
   have a marker.  Otherwise we seem to mangle it horribly, and we
   might have a bad utf8 string anyway.

2. We need to suppress the JSON \u escapes on output.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-03-05 11:43:22 +01:00
..
__init__.py pylightning: handle msat fields in JSON more appropriately. 2019-02-21 03:44:44 +00:00
lightning.py pylightning: provide a class for Lightning JSONDecoder. 2019-02-25 21:45:21 +00:00
plugin.py pylightning: make sure UTF-8 gets passed intact. 2019-03-05 11:43:22 +01:00