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 }}
run2000
/
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 Jul 24, 2016
Fail when exceptions are not thrown as expected
Show description for e57881f
run2000
authored
e57881f
View commit details
Copy full SHA for e57881f
Browse repository at this point
Fix comment.
run2000
committed
efe33a1
View commit details
Copy full SHA for efe33a1
Browse repository at this point
Factor out Writer from Appendable tests.
run2000
committed
1246e12
View commit details
Copy full SHA for 1246e12
Browse repository at this point
Add JSONString test class.
Show description for ffcfa66
run2000
committed
ffcfa66
View commit details
Copy full SHA for ffcfa66
Browse repository at this point
Commits on Jul 23, 2016
Tests for deep copy and mutability of toList() and toMap().
Show description for ae77b5c
run2000
committed
ae77b5c
View commit details
Copy full SHA for ae77b5c
Browse repository at this point
Tests for toString(), write(), toList(), and toMap().
Show description for 72c2b91
run2000
committed
72c2b91
View commit details
Copy full SHA for 72c2b91
Browse repository at this point
Nesting depth test works as expected.
run2000
committed
c3ba4bd
View commit details
Copy full SHA for c3ba4bd
Browse repository at this point
Commits on Jul 9, 2016
Merge pull request #51 from johnjaylward/VerifyOptConversions
Show description for 71c1eba
stleary
authored
71c1eba
View commit details
Copy full SHA for 71c1eba
Browse repository at this point
Commits on Jul 8, 2016
Verify opt method conversions for JSONArray and JSONObject
John J. Aylward
committed
c2de224
View commit details
Copy full SHA for c2de224
Browse repository at this point
Commits on Jun 17, 2016
Merge pull request #50 from johnjaylward/issue240
Show description for 01af317
stleary
authored
01af317
View commit details
Copy full SHA for 01af317
Browse repository at this point
fixes a typo
John J. Aylward
committed
1204ea9
View commit details
Copy full SHA for 1204ea9
Browse repository at this point
updates README for new project layout
John J. Aylward
committed
c5deff6
View commit details
Copy full SHA for c5deff6
Browse repository at this point
Commits on Jun 16, 2016
Adds test case to confirm the parsing of control characters
John J. Aylward
committed
46a1c9a
View commit details
Copy full SHA for 46a1c9a
Browse repository at this point
Moves src folder to simplify build.gradle configuration. If JSON-Java source is merged, it's src fold would now be src/main/java/org.json/ instead of src/main/org.json as well.
John J. Aylward
committed
80f9e48
View commit details
Copy full SHA for 80f9e48
Browse repository at this point
Merge pull request #1 from stleary/master
Show description for 0e0f3f2
johnjaylward
authored
0e0f3f2
View commit details
Copy full SHA for 0e0f3f2
Browse repository at this point
Commits on Jun 8, 2016
Merge pull request #49 from madsager/master
Show description for 40f170b
stleary
committed
40f170b
View commit details
Copy full SHA for 40f170b
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.