CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/json_source_edit/__init__.py
src/json_source_edit/algorithm.py
src/json_source_edit/container_delta.py
src/json_source_edit/domain.py
src/json_source_edit/editor.py
src/json_source_edit/exceptions.py
src/json_source_edit/layout.py
src/json_source_edit/lexical_oracle.py
src/json_source_edit/lexical_scan.py
src/json_source_edit/normalize.py
src/json_source_edit/operations.py
src/json_source_edit/oracle.py
src/json_source_edit/pointer.py
src/json_source_edit/source_map.py
src/json_source_edit/strict_parse.py
src/json_source_edit/validator.py
src/json_source_edit.egg-info/PKG-INFO
src/json_source_edit.egg-info/SOURCES.txt
src/json_source_edit.egg-info/dependency_links.txt
src/json_source_edit.egg-info/entry_points.txt
src/json_source_edit.egg-info/requires.txt
src/json_source_edit.egg-info/top_level.txt
src/json_source_edit/playground/__init__.py
src/json_source_edit/playground/__main__.py
src/json_source_edit/playground/app.py
src/json_source_edit/playground/core.py
src/json_source_edit/playground/launcher.py
tests/test_adr0017_check_reconciliation.py
tests/test_adr0017_claim_perimeter.py
tests/test_adr_0017_b_prime_root_matrix.py
tests/test_adr_0017_m1_closure_law.py
tests/test_adr_0017_m1_integration.py
tests/test_adr_0017_m2_string_identity.py
tests/test_adr_0017_m5_nearest_neighbor_insert.py
tests/test_adr_0017_m5_object_rename.py
tests/test_adr_0017_m5_retain_ordinal_reorder.py
tests/test_adr_0017_m5b_lexical_oracle_wiring.py
tests/test_adr_0017_m5b_multi_move_reorder.py
tests/test_adr_0017_m6_caller_mutation_property.py
tests/test_adr_0017_m6_cross_container_property.py
tests/test_adr_0017_m6_domain_boundary_property.py
tests/test_adr_0017_m6_duplicate_name_property.py
tests/test_adr_0017_m6_root_envelope_property.py
tests/test_adr_0017_m7r5_g1_mixed_composition.py
tests/test_adr_0017_m7r6_g1_findings.py
tests/test_adr_0017_m8_boundary_1_2.py
tests/test_adr_0017_m8_boundary_3.py
tests/test_adr_0017_m8_r1_findings.py
tests/test_adr_0017_m8_r2_findings.py
tests/test_adr_0017_m8_r8_audit_findings.py
tests/test_algorithm.py
tests/test_codetour_corpus_admission.py
tests/test_container_delta.py
tests/test_domain.py
tests/test_edge_cases.py
tests/test_editor.py
tests/test_errors.py
tests/test_format_preservation.py
tests/test_layout.py
tests/test_lexical_oracle.py
tests/test_lexical_scan.py
tests/test_normalize.py
tests/test_operations.py
tests/test_oracle.py
tests/test_package_exports.py
tests/test_performance.py
tests/test_playground_app.py
tests/test_playground_core.py
tests/test_playground_launcher.py
tests/test_pointer.py
tests/test_properties.py
tests/test_source_map.py
tests/test_strict_parse.py
tests/test_sweep_vacuous_properties.py
tests/test_validator.py