.gitignore
LICENSE
LICENSE-jolt-upstream
NOTICE
README.md
pyproject.toml
.github/workflows/publish.yml
jolt_python.egg-info/PKG-INFO
jolt_python.egg-info/SOURCES.txt
jolt_python.egg-info/dependency_links.txt
jolt_python.egg-info/scm_file_list.json
jolt_python.egg-info/scm_version.json
jolt_python.egg-info/top_level.txt
joltpy/__init__.py
joltpy/chainr.py
joltpy/exceptions.py
joltpy/sortr.py
joltpy/traversr.py
joltpy/common/__init__.py
joltpy/common/optional.py
joltpy/common/path_eval.py
joltpy/common/pathelement.py
joltpy/common/reference.py
joltpy/common/spec_string.py
joltpy/common/tree.py
joltpy/defaultr/__init__.py
joltpy/modifier/__init__.py
joltpy/modifier/functions.py
joltpy/removr/__init__.py
joltpy/shiftr/__init__.py
tests/__init__.py
tests/_fixture_utils.py
tests/test_chainr.py
tests/test_defaultr.py
tests/test_modifier.py
tests/test_removr.py
tests/test_shiftr.py
tests/test_sortr.py
tests/fixtures/cardinality/atTestData.json
tests/fixtures/cardinality/failCardinalityType.json
tests/fixtures/cardinality/manyLiteralTestData.json
tests/fixtures/cardinality/oneLiteralTestData.json
tests/fixtures/cardinality/starTestData.json
tests/fixtures/chainr/context/spec_with_context.json
tests/fixtures/chainr/increments/0-1.json
tests/fixtures/chainr/increments/0-3.json
tests/fixtures/chainr/increments/1-3.json
tests/fixtures/chainr/increments/1-4.json
tests/fixtures/chainr/increments/spec.json
tests/fixtures/chainr/integration/andrewkcarter1.json
tests/fixtures/chainr/integration/andrewkcarter2.json
tests/fixtures/chainr/integration/firstSample.json
tests/fixtures/chainr/integration/ismith.json
tests/fixtures/chainr/integration/ritwickgupta.json
tests/fixtures/chainr/integration/wolfermann1.json
tests/fixtures/chainr/integration/wolfermann2.json
tests/fixtures/chainr/specformat/bad_spec_ClassName.json
tests/fixtures/chainr/specformat/bad_spec_MissingSpec.json
tests/fixtures/chainr/specformat/bad_spec_NonTransformClass.json
tests/fixtures/chainr/specformat/bad_spec_arrayClassName.json
tests/fixtures/chainr/specformat/bad_spec_empty.json
tests/fixtures/chainr/specloading/bad_spec_SpecTransform.json
tests/fixtures/chainr/transforms/bad_transform_loadsExplodingTransform.json
tests/fixtures/chainr/transforms/loadsGoodTransform.json
tests/fixtures/defaultr/__deepCopyTest.json
tests/fixtures/defaultr/arrayMismatch1.json
tests/fixtures/defaultr/arrayMismatch2.json
tests/fixtures/defaultr/defaultNulls.json
tests/fixtures/defaultr/expansionOnly.json
tests/fixtures/defaultr/firstSample.json
tests/fixtures/defaultr/identity.json
tests/fixtures/defaultr/nestedArrays1.json
tests/fixtures/defaultr/nestedArrays2.json
tests/fixtures/defaultr/orOrdering.json
tests/fixtures/defaultr/photosArray.json
tests/fixtures/defaultr/starsOfStars.json
tests/fixtures/defaultr/topLevelIsArray.json
tests/fixtures/modifier/arrayElementAt.json
tests/fixtures/modifier/arrayLiteral.json
tests/fixtures/modifier/arrayLiteralWithEmptyInput.json
tests/fixtures/modifier/arrayLiteralWithMissingInput.json
tests/fixtures/modifier/arrayLiteralWithNullInput.json
tests/fixtures/modifier/arrayObject.json
tests/fixtures/modifier/complexArrayLookup.json
tests/fixtures/modifier/complexLookup.json
tests/fixtures/modifier/mapLiteral.json
tests/fixtures/modifier/mapLiteralWithEmptyInput.json
tests/fixtures/modifier/mapLiteralWithMissingInput.json
tests/fixtures/modifier/mapLiteralWithNullInput.json
tests/fixtures/modifier/simple.json
tests/fixtures/modifier/simpleArray.json
tests/fixtures/modifier/simpleArrayLookup.json
tests/fixtures/modifier/simpleArrayOpOverride.json
tests/fixtures/modifier/simpleLookup.json
tests/fixtures/modifier/simpleMapNullToArray.json
tests/fixtures/modifier/simpleMapOpOverride.json
tests/fixtures/modifier/simpleMapRuntimeNull.json
tests/fixtures/modifier/testListOfFunction.json
tests/fixtures/modifier/valueCheckSimpleArray.json
tests/fixtures/modifier/valueCheckSimpleArrayEmptyInput.json
tests/fixtures/modifier/valueCheckSimpleArrayNullInput.json
tests/fixtures/modifier/valueCheckSimpleMap.json
tests/fixtures/modifier/valueCheckSimpleMapEmptyInput.json
tests/fixtures/modifier/valueCheckSimpleMapNullInput.json
tests/fixtures/modifier/functions/arrayTests.json
tests/fixtures/modifier/functions/deleteDuplicatesTests.json
tests/fixtures/modifier/functions/labelsLookupTest.json
tests/fixtures/modifier/functions/mathTests.json
tests/fixtures/modifier/functions/padStringsTest.json
tests/fixtures/modifier/functions/sizeTests.json
tests/fixtures/modifier/functions/squashNullsTests.json
tests/fixtures/modifier/functions/stringsSplitTest.json
tests/fixtures/modifier/functions/stringsTests.json
tests/fixtures/modifier/functions/valueTests.json
tests/fixtures/modifier/validation/specThatShouldFail.json
tests/fixtures/removr/array_canHandleTopLevelArray.json
tests/fixtures/removr/array_canPassThruNestedArrays.json
tests/fixtures/removr/array_nonStarInArrayDoesNotDie.json
tests/fixtures/removr/array_removeAnArrayIndex.json
tests/fixtures/removr/array_removeJsonArrayFields.json
tests/fixtures/removr/boundaryConditions.json
tests/fixtures/removr/firstSample.json
tests/fixtures/removr/multiStarSupport.json
tests/fixtures/removr/negativeTestCases.json
tests/fixtures/removr/removrWithWildcardSupport.json
tests/fixtures/removr/starDoublePathElementBoundaryConditions.json
tests/fixtures/shiftr/arrayExample.json
tests/fixtures/shiftr/arrayMismatch.json
tests/fixtures/shiftr/bucketToPrefixSoup.json
tests/fixtures/shiftr/declaredOutputArray.json
tests/fixtures/shiftr/escapeAllTheThings.json
tests/fixtures/shiftr/escapeAllTheThings2.json
tests/fixtures/shiftr/explicitArrayKey.json
tests/fixtures/shiftr/filterParallelArrays.json
tests/fixtures/shiftr/filterParents1.json
tests/fixtures/shiftr/filterParents2.json
tests/fixtures/shiftr/filterParents3.json
tests/fixtures/shiftr/firstSample.json
tests/fixtures/shiftr/hashDefault.json
tests/fixtures/shiftr/identity.json
tests/fixtures/shiftr/inputArrayToPrefix.json
tests/fixtures/shiftr/invertMap.json
tests/fixtures/shiftr/json-ld-escaping.json
tests/fixtures/shiftr/keyref.json
tests/fixtures/shiftr/lhsAmpMatch.json
tests/fixtures/shiftr/listKeys.json
tests/fixtures/shiftr/mapToList.json
tests/fixtures/shiftr/mapToList2.json
tests/fixtures/shiftr/mergeParallelArrays1_and-transpose.json
tests/fixtures/shiftr/mergeParallelArrays2_and-do-not-transpose.json
tests/fixtures/shiftr/mergeParallelArrays3_and-filter.json
tests/fixtures/shiftr/multiPlacement.json
tests/fixtures/shiftr/objectToArray.json
tests/fixtures/shiftr/passNullThru.json
tests/fixtures/shiftr/passThru.json
tests/fixtures/shiftr/pollaxman_218_duplicate_speclines_bug.json
tests/fixtures/shiftr/prefixDataToArray.json
tests/fixtures/shiftr/prefixSoupToBuckets.json
tests/fixtures/shiftr/prefixedData.json
tests/fixtures/shiftr/queryMappingXform.json
tests/fixtures/shiftr/shiftToTrash.json
tests/fixtures/shiftr/simpleLHSEscape.json
tests/fixtures/shiftr/simpleRHSEscape.json
tests/fixtures/shiftr/singlePlacement.json
tests/fixtures/shiftr/specialKeys.json
tests/fixtures/shiftr/transposeArrayContents1.json
tests/fixtures/shiftr/transposeArrayContents2.json
tests/fixtures/shiftr/transposeComplex1.json
tests/fixtures/shiftr/transposeComplex2.json
tests/fixtures/shiftr/transposeComplex3_both-sides-multipart.json
tests/fixtures/shiftr/transposeComplex4_lhs-multipart-rhs-sugar.json
tests/fixtures/shiftr/transposeComplex5_at-logic-with-embedded-array-lookups.json
tests/fixtures/shiftr/transposeComplex6_rhs-complex-at.json
tests/fixtures/shiftr/transposeComplex7_coerce-int-string-conversion.json
tests/fixtures/shiftr/transposeComplex8_coerce-boolean-string-conversion.json
tests/fixtures/shiftr/transposeComplex9_lookup_an_array_index.json
tests/fixtures/shiftr/transposeInverseMap1.json
tests/fixtures/shiftr/transposeInverseMap2.json
tests/fixtures/shiftr/transposeLHS1.json
tests/fixtures/shiftr/transposeLHS2.json
tests/fixtures/shiftr/transposeLHS3.json
tests/fixtures/shiftr/transposeNestedLookup.json
tests/fixtures/shiftr/transposeSimple1.json
tests/fixtures/shiftr/transposeSimple2.json
tests/fixtures/shiftr/transposeSimple3.json
tests/fixtures/shiftr/wildcardSelfAndRef.json
tests/fixtures/shiftr/wildcards.json
tests/fixtures/shiftr/wildcardsWithOr.json
tests/fixtures/sortr/simple/input.json
tests/fixtures/sortr/simple/output.json