Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
evanphx
/
json-patch
Public
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.2k
Code
Issues
1
Pull requests
4
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
evanphx
Datepicker
All time
Commit History
Commits on Jan 28, 2025
Merge pull request #209 from skitt/export-errs-v5
Show description for 84a4bb1
evanphx
authored
84a4bb1
Copy full SHA for 84a4bb1
Commits on Jan 27, 2025
Upgrade go-flags
evanphx
committed
bd18525
Copy full SHA for bd18525
Fix spacing
evanphx
committed
42f26cb
Copy full SHA for 42f26cb
Merge pull request #206 from koba1t/remove_unmaintained_error_pkg
Show description for 0a3482b
evanphx
authored
0a3482b
Copy full SHA for 0a3482b
Commits on Mar 4, 2024
Merge pull request #203 from skitt/drop-gopkgin-v5
Show description for e7cfbbb
evanphx
authored
e7cfbbb
Copy full SHA for e7cfbbb
Commits on Jan 28, 2024
Merge pull request #202 from evanphx/f-html-escape
Show description for b7a4e4a
evanphx
authored
b7a4e4a
Copy full SHA for b7a4e4a
Commits on Jan 27, 2024
Guard using options to avoid a crash bug
evanphx
committed
7eef36c
Copy full SHA for 7eef36c
Merge pull request #201 from evanphx/b-null
Show description for 1bcbd0f
evanphx
authored
1bcbd0f
Copy full SHA for 1bcbd0f
Add option to control if the output is HTMLEscaped
evanphx
committed
9d7ba23
Copy full SHA for 9d7ba23
Validate that the partialDoc is decoded correctly
evanphx
committed
009bc56
Copy full SHA for 009bc56
Commits on Jan 16, 2024
Use a type alias for RawMessage to avoid breaking the public API of Operation
evanphx
committed
b82b685
Copy full SHA for b82b685
Commits on Jan 12, 2024
Merge pull request #197 from evanphx/f-perf
Show description for 05c9526
evanphx
authored
05c9526
Copy full SHA for 05c9526
Minor simplifications
evanphx
committed
7a438a6
Copy full SHA for 7a438a6
More optimizations
Show description for 2a122d1
evanphx
committed
2a122d1
Copy full SHA for 2a122d1
Add MergePatch benchmark
evanphx
committed
174e1d7
Copy full SHA for 174e1d7
Use internal/json
evanphx
committed
7b8895c
Copy full SHA for 7b8895c
Import version of encoding/json, alter to track key order
evanphx
committed
f18a498
Copy full SHA for f18a498
Merge pull request #193 from evanphx/b-empty-from
Show description for a9c085a
evanphx
authored
a9c085a
Copy full SHA for a9c085a
Catch IO advancement errors as well
evanphx
committed
e8ab61f
Copy full SHA for e8ab61f
Handle `add` with path="". Fixes #188
evanphx
committed
c645ff4
Copy full SHA for c645ff4
Handle from="" more properly. Fixes #192
evanphx
committed
b5e20d4
Copy full SHA for b5e20d4
Merge pull request #196 from evanphx/b-null-mistype-panic
Show description for 3da7b27
evanphx
authored
3da7b27
Copy full SHA for 3da7b27
Merge pull request #194 from evanphx/b-num-prec
Show description for 850009d
evanphx
authored
850009d
Copy full SHA for 850009d
Merge pull request #195 from evanphx/b-string-compare-unicode
Show description for c32ee8f
evanphx
authored
c32ee8f
Copy full SHA for c32ee8f
Handle null and other literals correctly in merge. Fixes #160
evanphx
committed
a82b43d
Copy full SHA for a82b43d
Additional null tests
evanphx
committed
742691b
Copy full SHA for 742691b
Handle null correctly when introduced by replace. Fixes #171
evanphx
committed
4a9dce7
Copy full SHA for 4a9dce7
Commits on Jan 11, 2024
Compare strings after decoding them to handle unicode correctly
evanphx
committed
a002ca6
Copy full SHA for a002ca6
Always use UseNumber() to avoid float64 lossyness
evanphx
committed
67afbf6
Copy full SHA for 67afbf6
Merge pull request #191 from evanphx/dependabot/github_actions/actions/upload-artifact-4
Show description for f72a464
evanphx
authored
f72a464
Copy full SHA for f72a464
Merge pull request #190 from evanphx/dependabot/github_actions/actions/setup-go-5
Show description for 738124d
evanphx
authored
738124d
Copy full SHA for 738124d
Commits on Sep 11, 2023
Merge pull request #158 from erickertz/master
Show description for dc808d1
evanphx
authored
dc808d1
Copy full SHA for dc808d1
Merge pull request #187 from evanphx/dependabot/github_actions/actions/checkout-4
Show description for e8e8fb5
evanphx
authored
e8e8fb5
Copy full SHA for e8e8fb5
Merge pull request #173 from JosieLi-Google/master
Show description for be43a06
evanphx
authored
be43a06
Copy full SHA for be43a06
Merge pull request #180 from radwaretaltr/master
Show description for eed7579
evanphx
authored
eed7579
Copy full SHA for eed7579
Pagination
Previous
Next
You can’t perform that action at this time.