我们从Python开源项目中,提取了以下8个代码示例,用于说明如何使用simplejson.JSONEncoderForHTML()。
def setUp(self): self.decoder = json.JSONDecoder() self.encoder = json.JSONEncoderForHTML()