#! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 """ """ import json b = b"123" s = str(b,encoding="utf8") json.loads(s) print (s)