Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix JSON Pointer regression#119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
jg-rp wants to merge1 commit intomain
base:main
Choose a base branch
Loading
frompointer-regression
Draft

Conversation

@jg-rp
Copy link
Owner

Before PR#116 we would resolve JSON pointers pointing to dictionaries with integer keys. Noting that JSON object keys are always strings, this PR tentatively restores that feature in case anyone is relying on it.

I've also added support for resolving pointers pointing to float keys, provisionally. And, if we're supporting integer and float keys, why not bool andNone? (dictionaries and lists aren't hashable, so they can't be keys in Python or JSON).

@jg-rp
Copy link
OwnerAuthor

jg-rp commentedSep 12, 2025
edited
Loading

I'm not going to merge this, for now, and call it a bug which is now fixed.

Shout if this is affecting you and we'll find a way to support non-string keys in JSON Pointer data.

@jg-rpjg-rp marked this pull request as draftSeptember 13, 2025 06:29
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jg-rp

[8]ページ先頭

©2009-2025 Movatter.jp