LICENSE
MANIFEST.in
README.md
README_ZH.md
pyproject.toml
setup.py
skills/jsonseek/SKILL.md
skills/jsonseek/references/commands.md
skills/jsonseek/references/path-syntax.md
src/jsonseek/__init__.py
src/jsonseek/cli.py
src/jsonseek/detect.py
src/jsonseek/errors.py
src/jsonseek/formatters.py
src/jsonseek/path_parser.py
src/jsonseek/types.py
src/jsonseek/value_utils.py
src/jsonseek.egg-info/PKG-INFO
src/jsonseek.egg-info/SOURCES.txt
src/jsonseek.egg-info/dependency_links.txt
src/jsonseek.egg-info/entry_points.txt
src/jsonseek.egg-info/top_level.txt
src/jsonseek/commands/__init__.py
src/jsonseek/commands/add_cmd.py
src/jsonseek/commands/append_cmd.py
src/jsonseek/commands/concat_cmd.py
src/jsonseek/commands/cutline_cmd.py
src/jsonseek/commands/del_cmd.py
src/jsonseek/commands/extend_cmd.py
src/jsonseek/commands/extract_cmd.py
src/jsonseek/commands/fields_cmd.py
src/jsonseek/commands/get_cmd.py
src/jsonseek/commands/ls_cmd.py
src/jsonseek/commands/query_cmd.py
src/jsonseek/commands/replaceline_cmd.py
src/jsonseek/commands/set_cmd.py
src/jsonseek/commands/shape_cmd.py
src/jsonseek/io/__init__.py
src/jsonseek/io/encoding.py
src/jsonseek/io/json_file.py
src/jsonseek/io/jsonl_file.py
src/jsonseek/io/rewrite.py
src/jsonseek/patch/__init__.py
src/jsonseek/patch/array_ops.py
src/jsonseek/patch/locator.py
src/jsonseek/patch/object_ops.py
src/jsonseek/walkers/__init__.py
src/jsonseek/walkers/field_scan.py
src/jsonseek/walkers/query_scan.py
src/jsonseek/walkers/tree_walk.py
tests/create_broken_jsons.py
tests/test_concat.py
tests/test_fields_json.py
tests/test_fields_jsonl.py
tests/test_patch_json.py
tests/test_patch_jsonl.py
tests/test_path_parser.py
tests/test_query_json.py
tests/test_query_jsonl.py
tests/test_shape_json.py
tests/test_shape_jsonl.py
tests/data/__init__.py
tests/data/bad_bytes_utf8.json
tests/data/bad_json_syntax.json
tests/data/enc_ascii.json
tests/data/enc_garbage.json
tests/data/enc_gbk.json
tests/data/enc_utf16.json
tests/data/enc_utf8.json
tests/data/enc_utf8bom.json
tests/data/gbk_with_fake_bom.json
tests/data/mixed_enc_utf8_gbk.json
tests/data/null_byte_json.json
tests/data/test_broken.json
tests/data/test_broken.jsonl
tests/data/test_company.json
tests/data/test_data.json
tests/data/test_data.jsonl
tests/data/test_garbled.json
tests/data/test_multi_error.json
tests/data/test_multi_error.jsonl
tests/data/test_path.json
tests/data/test_products.jsonl
tests/data/test_valid.json