Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
madsager
/
JSON-Java-unit-test
Public
forked from
stleary/JSON-Java-unit-test
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 2, 2016
Add test that an invalid escape sequence results in a JSONException and not a NumberFormatException.
madsager
committed
c7fdada
View commit details
Copy full SHA for c7fdada
Browse repository at this point
Commits on May 21, 2016
Merge pull request #48 from erosb/master
Show description for 51bcbeb
stleary
committed
51bcbeb
View commit details
Copy full SHA for 51bcbeb
Browse repository at this point
Commits on May 16, 2016
unittests for stlear/JSON-Java#233
erosb
committed
a1893eb
View commit details
Copy full SHA for a1893eb
Browse repository at this point
Commits on May 14, 2016
convert remaining JsonPath expressions to JSONPointer
stleary
committed
8ed0362
View commit details
Copy full SHA for 8ed0362
Browse repository at this point
convert tests to use JSONPointer where practical
stleary
committed
15f48a0
View commit details
Copy full SHA for 15f48a0
Browse repository at this point
add coverage for JSONObject, JSONArray queryFrom()
stleary
committed
45cbc66
View commit details
Copy full SHA for 45cbc66
Browse repository at this point
exclude resources from test
stleary
committed
06ae87c
View commit details
Copy full SHA for 06ae87c
Browse repository at this point
Merge pull request #47 from stleary/add-to-test-suite-and-fix-resource
Show description for 7038ea8
stleary
committed
7038ea8
View commit details
Copy full SHA for 7038ea8
Browse repository at this point
add JSONPointerTest to test suite, fix resource for gradle build
stleary
committed
0112d82
View commit details
Copy full SHA for 0112d82
Browse repository at this point
Merge pull request #46 from erosb/master
Show description for 46044bf
stleary
committed
46044bf
View commit details
Copy full SHA for 46044bf
Browse repository at this point
Commits on May 13, 2016
Update README.md
stleary
committed
a9ff159
View commit details
Copy full SHA for a9ff159
Browse repository at this point
Commits on May 7, 2016
Update README.md
stleary
committed
b843d67
View commit details
Copy full SHA for b843d67
Browse repository at this point
Update README.md
stleary
committed
691734f
View commit details
Copy full SHA for 691734f
Browse repository at this point
Update README.md
stleary
committed
ccc7a7a
View commit details
Copy full SHA for ccc7a7a
Browse repository at this point
Commits on May 5, 2016
added test for checking if the JSONPointer is immutable
erosb
committed
adb3118
View commit details
Copy full SHA for adb3118
Browse repository at this point
Commits on May 3, 2016
one more test for null-check in Builder#append(String)
erosb
committed
2eed4be
View commit details
Copy full SHA for 2eed4be
Browse repository at this point
adding unittests for JSPONPointer#toString(), toURIFragment() and its builder class
erosb
committed
6edc093
View commit details
Copy full SHA for 6edc093
Browse repository at this point
Commits on May 2, 2016
Merge pull request #45 from captainIowa/master
Show description for 77d0873
stleary
committed
77d0873
View commit details
Copy full SHA for 77d0873
Browse repository at this point
Update README.md
stleary
committed
052ce94
View commit details
Copy full SHA for 052ce94
Browse repository at this point
unit test integration
stleary
committed
4a3565a
View commit details
Copy full SHA for 4a3565a
Browse repository at this point
Commits on Apr 26, 2016
tests for improved failure handling
erosb
committed
e748c60
View commit details
Copy full SHA for e748c60
Browse repository at this point
removing some deprecated commented code
erosb
committed
f857dda
View commit details
Copy full SHA for f857dda
Browse repository at this point
rolling back unwanted gitignore change in previous commit
erosb
committed
66f740e
View commit details
Copy full SHA for 66f740e
Browse repository at this point
tests for url fragment notation handling, moving test document to separate file
erosb
committed
6211384
View commit details
Copy full SHA for 6211384
Browse repository at this point
Commits on Apr 25, 2016
Added unit tests for escaped quotes.
Brian Russell
authored and
Brian Russell
committed
e001917
View commit details
Copy full SHA for e001917
Browse repository at this point
Commits on Apr 18, 2016
initial test for JSONPointer class
erosb
committed
9c47ba2
View commit details
Copy full SHA for 9c47ba2
Browse repository at this point
Commits on Jan 30, 2016
Merge pull request #39 from johnjaylward/FixNegativeZero
Show description for 8f16e06
stleary
committed
8f16e06
View commit details
Copy full SHA for 8f16e06
Browse repository at this point
Commits on Jan 27, 2016
Fixes typo in assert
John J. Aylward
committed
974c09b
View commit details
Copy full SHA for 974c09b
Browse repository at this point
fixes formatting
John J. Aylward
committed
bd958e0
View commit details
Copy full SHA for bd958e0
Browse repository at this point
Adds test cases to verify that -0 and -0.0 are processed as Double
John J. Aylward
committed
67d888e
View commit details
Copy full SHA for 67d888e
Browse repository at this point
Commits on Jan 6, 2016
Merge pull request #37 from stleary/move-files-to-maven-friendly-dirs
Show description for d3b197b
stleary
committed
d3b197b
View commit details
Copy full SHA for d3b197b
Browse repository at this point
Commits on Jan 4, 2016
latest
stleary
committed
706d898
View commit details
Copy full SHA for 706d898
Browse repository at this point
latest
stleary
committed
ace08f1
View commit details
Copy full SHA for ace08f1
Browse repository at this point
Commits on Jan 1, 2016
tabs to spaces
stleary
committed
280ce71
View commit details
Copy full SHA for 280ce71
Browse repository at this point
Merge pull request #29 from johnjaylward/HandleArraysConsistently
Show description for 147343c
stleary
committed
147343c
View commit details
Copy full SHA for 147343c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.