Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
jsonschema-diff 0.1.2 documentation
Light Logo Dark Logo

Basic use

  • Quick Start
    • CLI
    • Python Interface
    • Sphinx Extension
  • Colorize
  • Config Maker
  • How read it?
    • Custom comparators

Pro use / Develop it

  • Workflow Cycle Overview
  • Comparator Rules Page
  • Combination Rules
  • Context Rules Page

Reference

  • Type aliases
  • API Reference
    • jsonschema_diff
      • jsonschema_diff.cli
      • jsonschema_diff.color
        • jsonschema_diff.color.abstraction
        • jsonschema_diff.color.base
        • jsonschema_diff.color.stages
          • jsonschema_diff.color.stages.mono_lines
          • jsonschema_diff.color.stages.path
          • jsonschema_diff.color.stages.replace
      • jsonschema_diff.config_maker
      • jsonschema_diff.core
        • jsonschema_diff.core.abstraction
        • jsonschema_diff.core.config
        • jsonschema_diff.core.custom_compare
          • jsonschema_diff.core.custom_compare.list
          • jsonschema_diff.core.custom_compare.range
        • jsonschema_diff.core.parameter_base
        • jsonschema_diff.core.parameter_combined
        • jsonschema_diff.core.property
        • jsonschema_diff.core.tools
          • jsonschema_diff.core.tools.combine
          • jsonschema_diff.core.tools.compare
          • jsonschema_diff.core.tools.context
          • jsonschema_diff.core.tools.render
      • jsonschema_diff.pypi_interface
      • jsonschema_diff.sphinx
        • jsonschema_diff.sphinx.directive
      • jsonschema_diff.table_render
Back to top
View this page
Edit this page

jsonschema_diff.core.abstraction¶

Classes¶

ToCompare

Module Contents¶

class ToCompare(
old_key: str | None,
old_value: Any,
new_key: str | None,
new_value: Any,
)[source]¶
old_key[source]¶
old_value[source]¶
new_key[source]¶
new_value[source]¶
__repr__() → str[source]¶
Next
jsonschema_diff.core.config
Previous
jsonschema_diff.core
Copyright © 2025, Miskler
Made with Sphinx and @pradyunsg's Furo
On this page
  • jsonschema_diff.core.abstraction
    • Classes
    • Module Contents
      • ToCompare
        • old_key
        • old_value
        • new_key
        • new_value
        • __repr__()