repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PMbwmon bandwidth monitor: can specify which interfaces to watch, also supporting...
[hband-tools.git]
/
user-tools
/
msgpack2json
blob
832cf9daeaee072b8d3ab3ce90ac6542339cc0dc
1
#!/usr/bin/env python
2
3
import
sys
4
import
json
5
import
msgpack
6
7
print
json
.
dumps
(
msgpack
.
load
(
sys
.
stdin
),
ensure_ascii
=
False
)