FreeBSD.software
Home/devel/py311-fastjsonschema

py311-fastjsonschema

2.19.1_1

Fastest Python implementation of JSON schema

fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06 and 07. The main purpose is to have a really fast implementation. See some numbers: - Probably most popular jsonschema can take up to 5 seconds for valid inputs and 1.2 seconds for invalid inputs. - Second most popular json-spec is even worse with up to 7.2 and 1.7 seconds. - Last validictory, now deprecated, is much better with 370 or 23 milliseconds, but it does not follow all standards and it can be still slow for some purposes. With this library you can gain big improvements as fastjsonschema takes only about 25 milliseconds for valid inputs and 2 milliseconds for invalid ones.

Origin: devel/py-fastjsonschema
Category: devel
Size: 301KiB
License: BSD3CLAUSE
Maintainer: dbaio@FreeBSD.org
Dependencies: 1 packages
Required by: 4 packages
$pkg install py311-fastjsonschema

Dependencies (1)

Required By (4 packages)

More in devel