9220abd06f
i used to use json_pp for this purpose but different versions of perl seem to format differently. use python "json.dumps(d, ensure_ascii=True, indent=3, sort_keys=True)" instead this time. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"OFPExperimenter": {
|
|
"data": "bmF6bw==",
|
|
"exp_type": 123456789,
|
|
"experimenter": 98765432
|
|
}
|
|
}
|