Skip to main content

A json library for python, which can be used in network communication

Project description

kjson-for-python

This module is a Python encoder and decoder for the KJson format.

About KJson

KJson is an extended format based on json developed by kuankuan.

KJson originally focused on the transmission of data between programs in different programming languages and technologies, ensuring that data types other than those defined in the basic data types of json format can be transmitted normally.

With the evolution of the technology stack and programming languages used by the team, KJson has gradually spread to other programming languages.

Installation

pip install kjsonForPython

Usage

from kjsonForPython import KJson

KJson.stringify(...)
KJson.parse('...')

License

This project is open-source under the MulanPSL-2.0 license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kjsonForPython-1.0.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

kjsonForPython-1.0.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page