Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.12 KB

k3utfjson

Action-CI Build Status Documentation Status Package

force json.dump and json.load in utf-8 encoding.

k3utfjson is a component of pykit3 project: a python3 toolkit set.

Name

utfjson: force json.dump and json.load in utf-8 encoding.

Status

This library is considered production ready.

Install

pip install k3utfjson

Synopsis

import k3utfjson

k3utfjson.load('"hello"')
k3utfjson.dump({})

Author

Zhang Yanpo (张炎泼) [email protected]

Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼) [email protected]