Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements RFC9535 #79

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Implements RFC9535 #79

merged 1 commit into from
Jan 5, 2025

Conversation

ashphy
Copy link
Owner

@ashphy ashphy commented Jan 3, 2025

fix #78, #75, #72, #63, #60, #45, #43, #14, #3

JSONPath engine implmentation at https://github.com/ashphy/jsonpath-js

@ashphy ashphy force-pushed the rfc9535 branch 6 times, most recently from 6f51199 to b2878a0 Compare January 5, 2025 08:34
@ashphy ashphy marked this pull request as ready for review January 5, 2025 08:53
@ashphy ashphy requested a review from Copilot January 5, 2025 08:53
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 46 out of 61 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • .devcontainer/Dockerfile.dev: Language not supported
  • .devcontainer/devcontainer.json: Language not supported
  • .vscode/extensions.json: Language not supported
  • .vscode/settings.json: Language not supported
  • Dockerfile: Language not supported
  • components.json: Language not supported
  • index.html: Language not supported
  • package.json: Language not supported
  • public/index.css: Language not supported
  • public/index.html: Language not supported
  • src/App.css: Language not supported
  • src/App.test.tsx: Evaluated as low risk
  • src/App.tsx: Evaluated as low risk
  • src/Expressions.tsx: Evaluated as low risk
  • .github/workflows/ci.yml: Evaluated as low risk
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:23

  • The word 'falsa' should be 'false'.
GENERATE_SOURCEMAP: falsa

eslint.config.js Show resolved Hide resolved
@ashphy ashphy changed the title [WIP] Implements RFC9535 Implements RFC9535 Jan 5, 2025
@ashphy ashphy merged commit 3a32558 into master Jan 5, 2025
1 check passed
@ashphy ashphy deleted the rfc9535 branch January 5, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON Path is now an official specification: RFC 9535
1 participant