$npx skillfedfor your agent

Packages starting with 'J'

267 packages · page 4 of 7

Packages

json-ref-dict Skip
PyPI · Software Development · released Aug 2023

Provides a dict-like interface to JSONSchema documents that lazily resolves `$ref` references, supporting both local and remote schemas with optional YAML support.

permissive licensepure Pythonabandoned
544.6Kdownloads / mo
json-repair Worth it
PyPI · released Aug 2026

Parses and repairs malformed JSON strings from LLMs, APIs, logs, and user input by fixing missing quotes, commas, brackets, and other syntax errors, returning valid JSON or Python objects.

MITpure Python · 3.10+
38.1Mdownloads / mo
json-rpc With conditions
PyPI · Python Modules · released Jun 2023

Implements JSON-RPC 2.0 and 1.0 protocol specification for parsing requests and dispatching to registered methods, with no transport layer included.

However, aging maintenance (last release 2023-06-11) means you should verify compatibility with your target Python versions and test thoroughly before adopting in new…

MITpure Pythonaging
7.4Mdownloads / mo
json-schema-for-humans Worth it
PyPI · Documentation · released Nov 2025

Generates static HTML or Markdown documentation pages from JSON Schema files, supporting JSON Schema Draft-07 with multiple templates and reference resolution.

Install it if you need to document JSON schemas in static HTML or Markdown format.

Apache-2.0pure Python
2.1Mdownloads / mo
json-schema-to-pydantic Worth it
PyPI · Python Modules · released Mar 2026

Automatically generates Pydantic v2 models from JSON Schema definitions, handling references, combiners, validations, and format constraints.

MITpure Python · 3.9+
2.1Mdownloads / mo
json-source-map With conditions
PyPI · Utilities · released Dec 2022

Maps each value in a JSON document to its source location (line, column, character position) and JSON Pointer path, enabling precise error reporting and source-aware JSON processing.

Apache-2.0pure Pythondormant
374.0Kdownloads / mo
json-spec With conditions
PyPI · Utilities · released Apr 2024

Implements JSON Schema, JSON Pointer, and JSON Reference specifications to validate, navigate, and resolve JSON documents programmatically or via CLI.

Not recommended if you require active maintenance or expect frequent updates to JSON specification support.

Apache-2.0pure Pythondormant
455.0Kdownloads / mo
json-stream Worth it
PyPI · Libraries · released Apr 2026

Streams JSON data from files, URLs, or iterators without loading the entire document into memory, offering both dict/list-like and visitor-based interfaces for parsing and encoding.

Install it if you regularly work with large JSON files, streaming APIs, or NDJSON formats.

MITpure Python
1.2Mdownloads / mo
json-stream-rs-tokenizer With conditions
PyPI · Text Processing · released Aug 2026

A Rust-based JSON tokenizer that accelerates JSON parsing for the json-stream library, available as a drop-in replacement or automatic dependency.

license unclearcompiled wheel
1.3Mdownloads / mo
json-strong-typing With conditions
PyPI · Markup · released Jan 2026

Serializes Python dataclasses to JSON and deserializes JSON back to typed objects, with support for complex types like UUIDs, decimals, and nested structures, plus JSON schema generation for validation and OpenAPI specs.

Install it if you need type-safe JSON serialization without framework lock-in.

MITpure Python · 3.9+aging
133.4Kdownloads / mo
json-timeseries Worth it
PyPI · Database · released Sep 2024

Constructs, manipulates, and serializes time series data in JSON Time Series (JTS) specification format, with support for timestamped records containing values, quality codes, and annotations.

MITpure Python · 3.9+
102.0Kdownloads / mo
json-tools-rs With conditions
PyPI · Python Modules · released Aug 2026

Flattens and unflattens nested JSON structures with SIMD-accelerated parsing and optional parallel processing, supporting both Rust and Python with DataFrame integration.

Apache-2.0compiled wheel · 3.9+
148.5Kdownloads / mo
json-tricks Worth it
PyPI · Python Modules · released Aug 2023

Extends Python's JSON serialization to handle numpy arrays, class instances, datetimes, OrderedDict, comments, and other non-standard types while preserving human readability.

Install it if you need to serialize non-standard Python types to JSON; skip it if you only work with standard JSON types.

BSD-3-Clausepure Python
205.0Kdownloads / mo
json-with-comments Worth it
PyPI · Python Modules · released Dec 2024

Parses and serializes JSON with support for single-line and block comments, plus trailing commas in arrays and objects.

Install it if you need to parse or generate JSON with comments.

MITpure Python · 3.7+
136.9Kdownloads / mo
json2html With conditions
PyPI · HTML · released Jul 2019

Converts JSON data structures into HTML tables for human-readable display, with support for nested objects, arrays, and custom table attributes.

However, verify compatibility with your Python version first—the lack of updates since 2019 and unspecified Python support mean you may encounter issues on modern…

permissive licensebuilds from sourcedormant
1.4Mdownloads / mo
json2onnx With conditions
PyPI · Artificial Intelligence · released Sep 2023

Converts JSON files to ONNX model format, accepting either a JSON file path or a dictionary and returning an ONNX ModelProto object.

However, dormant maintenance (last update 1077 days ago) means you should test thoroughly before production use and be prepared to fork or find alternatives if issues…

permissive licensepure Python · 3.6+dormant
82.9Kdownloads / mo
json2xml Worth it
PyPI · Python Modules · released Aug 2026

Converts JSON data to XML format via Python library or CLI tool, with optional Rust acceleration for performance-critical workloads.

Apache-2.0pure Python · 3.10+
328.9Kdownloads / mo
json5 With conditions
PyPI · Text Processing · released Jun 2026

Parses and writes JSON5 data format, which extends JSON with JavaScript-style comments, unquoted keys, trailing commas, and single-quoted strings.

Apache-2.0pure Python · 3.8.0+
56.8Mdownloads / mo
json5kit With conditions
PyPI · Text Processing · released May 2023

Parses JSON5 (JSON with comments, trailing commas, unquoted keys) into a concrete syntax tree and converts it back to source or standard JSON while preserving formatting and comments.

However, maintenance is dormant (no updates since May 2023), so if you hit edge cases or need new JSON5 features, you may need to fork or patch it yourself.

MITpure Python · 3.7+dormant
88.1Kdownloads / mo
jsonable With conditions
PyPI · Python Modules · released Oct 2015

Provides an abstract base class for defining Python objects that serialize to and deserialize from JSON with minimal boilerplate.

MITpure Pythondormant
247.2Kdownloads / mo
jsonalias With conditions
PyPI · Software Development · released Oct 2022

Provides a recursive type alias for JSON-compatible data structures in Python, enabling type hints for dictionaries, lists, and primitive values.

MITpure Pythondormant
1.4Mdownloads / mo
jsonargparse Worth it
PyPI · Application Frameworks · released Jul 2026

jsonargparse creates command-line interfaces and configuration systems from Python type hints and docstrings, parsing arguments from the command line, config files (JSON, YAML, TOML, Jsonnet), and environment variables.

MITpure Python · 3.10+
3.4Mdownloads / mo
jsonasobj With conditions
PyPI · Libraries · released Feb 2021

Converts JSON data into Python objects with attribute-style access, allowing you to read and manipulate JSON as if it were native Python classes.

permissive licensepure Pythonaging
266.8Kdownloads / mo
jsonasobj2 With conditions
PyPI · Libraries · released Jun 2021

Converts JSON data into Python objects with attribute-style access, allowing you to work with JSON as dot-notation properties instead of dictionary keys.

However, do not rely on it for production systems requiring active maintenance or Python version updates beyond 3.9.

permissive licensepure Python · 3.6+abandoned
302.0Kdownloads / mo
jsonata-python Worth it
PyPI · Text Processing · released Jul 2026

Evaluates JSONata expressions against JSON data, supporting the full JSONata language with no external runtime dependencies.

Install it if you need to evaluate JSONata expressions in Python or want a command-line tool for JSON querying.

Apache-2.0pure Python · 3.10+
1.7Mdownloads / mo
jsonc-parser With conditions
PyPI · Text Processing · released May 2021

Parses JSON files with comments (.jsonc) and converts between .jsonc and .json formats, stripping comments in the process.

However, do not expect bug fixes or updates for newer Python versions.

MITpure Python · 3.5+abandoned
283.3Kdownloads / mo
jsoncomment Skip
PyPI · Text Editors · released Feb 2019

Parses JSON with comments, multiline strings, and trailing commas by preprocessing input before passing it to any standard JSON parser.

MITpure Python · 3.3+abandoned
136.1Kdownloads / mo
jsoncomparison With conditions
PyPI · Libraries · released May 2021

Compares two JSON-like objects and returns a detailed dictionary of differences, including type mismatches, value changes, missing keys, and array length variations.

However, do not install if you require active bug fixes, Python 3.10+ support guarantees, or ongoing feature development—the last release was in 2021 and no updates…

MITpure Pythondormant
1.0Mdownloads / mo
jsoncompat With conditions
PyPI · Software Development · released Aug 2026

Checks whether evolving JSON Schemas remain compatible and generates example values that conform to a schema.

license unclearcompiled wheel · 3.12+
609.3Kdownloads / mo
jsonconversion With conditions
PyPI · Python Modules · released Nov 2025

Converts arbitrary Python objects to JSON strings and back, extending the standard json module with support for custom classes, numpy arrays, and nested structures through JSONEncoder and JSONDecoder subclasses.

However, maintenance is aging (last release 275 days ago), so verify that its feature set meets your needs before adopting it for new projects.

BSD-3-Clausepure Python · 3.9+aging
14.1Mdownloads / mo
jsondiff Worth it
PyPI · Quality Assurance · released Aug 2024

Computes structured diffs between JSON and JSON-like Python objects, representing changes as insertions, deletions, and updates rather than raw value replacements.

Install it if you need to understand or track changes in JSON or dict-like data structures; the low friction and stable API make it a safe dependency.

MITpure Python · 3.8+
11.6Mdownloads / mo
jsonfield Skip
PyPI · Database · released Jul 2025

A Django model field that stores and retrieves JSON data with automatic serialization and deserialization, now deprecated in favor of Django's native JSONField.

MITpure Python · 3.10+aging
1.1Mdownloads / mo
jsonformatter With conditions
PyPI · Utilities · released Nov 2024

Formats Python logging output as JSON, enabling structured logs suitable for log aggregation systems like LogStash.

Not recommended for projects requiring active upstream support.

BSD-3-Clausebuilds from source · 2.7+dormant
406.7Kdownloads / mo
jsonlines Worth it
PyPI · Python Modules · released Sep 2023

Simplifies reading and writing jsonlines (newline-delimited JSON) and ndjson format files, providing a lightweight interface for streaming JSON records.

BSD-3-Clausepure Python · 3.8+dormant
15.7Mdownloads / mo
jsonmerge With conditions
PyPI · Utilities · released Jul 2023

Merges multiple JSON documents into a single document using configurable merge strategies applied via JSON schema keywords.

MITpure Pythonabandoned
1.3Mdownloads / mo
jsonnet With conditions
PyPI · Text Processing · released Mar 2026

Jsonnet is a data templating language that evaluates Jsonnet code to produce JSON output, with Python bindings to the original C++ implementation.

However, do not use it to evaluate untrusted Jsonnet code without external sandboxing—the C++ implementation is not hardened.

permissive licensecompiled wheel
2.1Mdownloads / mo
jsonobject With conditions
PyPI · Software Development · released Feb 2025

jsonobject provides a Python library for mapping deeply nested JSON structures to well-typed Python objects with automatic serialization and deserialization between the two representations.

However, the aging maintenance status (last release 533 days ago) means you should verify compatibility with your Python version and use case before relying on it for…

BSD-3-Clausecompiled wheel · 3.9+aging
395.1Kdownloads / mo
jsonpatch Worth it
PyPI · Libraries · released Jun 2023

Applies JSON Patches according to RFC 6902, allowing you to describe and apply structured changes to JSON documents programmatically.

BSD-3-Clausepure Python
157.5Mdownloads / mo
jsonpath Skip
PyPI · Python Modules · released Aug 2023

Implements JSONPath, a query language for extracting data from JSON documents using XPath-like syntax to navigate and filter nested structures.

No—not recommended for new projects.

MITbuilds from sourceabandoned
1.1Mdownloads / mo
jsonpath-ng Worth it
PyPI · released Feb 2026

Parse, query, and modify JSON structures using JSONPath expressions with support for arithmetic operators, comparisons, and AST-level manipulation.

Install it if you need to query or modify JSON structures programmatically beyond simple key access.

Apache-2.0pure Python
72.9Mdownloads / mo