You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

aiojson

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiojson

Simple json request template validator for aiohttp

pipPyPI
Version
0.3.1602190825
Maintainers
1

aiojson

|pipeline status| |coverage report| |pypi link|

.. |coverage report| image:: https://git.yurzs.dev/yurzs/aiojson/badges/master/coverage.svg :target: https://git.yurzs.dev/yurzs/aiojson/-/commits/master

.. |pipeline status| image:: https://git.yurzs.dev/yurzs/aiojson/badges/master/pipeline.svg :target: https://git.yurzs.dev/yurzs/aiojson/-/commits/master

.. |pypi link| image:: https://badge.fury.io/py/aiojson.svg :target: https://pypi.org/project/aiojson

Simple json template verifier for aiohttp

Usage

Simple example:

.. code-block:: python

from aiohttp import JsonTemplate


@JsonTemplate({
    "messages": [{
        "id": int,
        "text": str
}])
async def received_message(request, validated_data):
    pass

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts