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 }}
mmilkin
/
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
Breadcrumbs
History for
JSON-Java-unit-test
src
test
on
jsonpointer-query
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2017
unit tests for query-by-JSONPointer
stleary
committed
d1a5f15
View commit details
Copy full SHA for d1a5f15
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
add a test for unquoted values
stleary
committed
e41972a
View commit details
Copy full SHA for e41972a
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
tests for locale-independent keys
stleary
committed
f41e1d0
View commit details
Copy full SHA for f41e1d0
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
locale tests
stleary
committed
928179a
View commit details
Copy full SHA for 928179a
View code at this point
Browse repository at this point
Commits on Oct 5, 2016
testcase for stleary/JSON-java#292 and adding .idea to .gitiignore
erosb
committed
97e3d6c
View commit details
Copy full SHA for 97e3d6c
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
fixed merge issues
stleary
committed
58aebaa
View commit details
Copy full SHA for 58aebaa
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Merge pull request #57 from johnjaylward/EnumCleanup
Show description for 3570890
stleary
authored
3570890
View commit details
Copy full SHA for 3570890
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
fixes test to not depend on key order
John J. Aylward
committed
0b1dbe9
View commit details
Copy full SHA for 0b1dbe9
View code at this point
Browse repository at this point
fix test
John J. Aylward
committed
a66b97f
View commit details
Copy full SHA for a66b97f
View code at this point
Browse repository at this point
Update JSONObjectTest.java
Show description for cbd0418
johnjaylward
authored
cbd0418
View commit details
Copy full SHA for cbd0418
View code at this point
Browse repository at this point
Adds tests for numbers
John J. Aylward
committed
bbd3fd5
View commit details
Copy full SHA for bbd3fd5
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
test updates to make sure Enums are handled consistently.
John J. Aylward
committed
5779400
View commit details
Copy full SHA for 5779400
View code at this point
Browse repository at this point
Merge pull request #53 from run2000/master
Show description for c400de3
stleary
authored
c400de3
View commit details
Copy full SHA for c400de3
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
removes unnecessary comparison to true
John J. Aylward
committed
8bae09f
View commit details
Copy full SHA for 8bae09f
View code at this point
Browse repository at this point
Fixes error messages
John J. Aylward
committed
80e36eb
View commit details
Copy full SHA for 80e36eb
View code at this point
Browse repository at this point
Updates tests to include all opt methods and verify for missing keys.
John J. Aylward
committed
a2c3115
View commit details
Copy full SHA for a2c3115
View code at this point
Browse repository at this point
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
View code at this point
Browse repository at this point
Fix comment.
run2000
committed
efe33a1
View commit details
Copy full SHA for efe33a1
View code at this point
Browse repository at this point
Factor out Writer from Appendable tests.
run2000
committed
1246e12
View commit details
Copy full SHA for 1246e12
View code at this point
Browse repository at this point
Add JSONString test class.
Show description for ffcfa66
run2000
committed
ffcfa66
View commit details
Copy full SHA for ffcfa66
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Nesting depth test works as expected.
run2000
committed
c3ba4bd
View commit details
Copy full SHA for c3ba4bd
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
updates Test cases to support new JSONML and XML conversion options
John J. Aylward
committed
215321c
View commit details
Copy full SHA for 215321c
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
convert tests to use JSONPointer where practical
stleary
committed
15f48a0
View commit details
Copy full SHA for 15f48a0
View code at this point
Browse repository at this point
add coverage for JSONObject, JSONArray queryFrom()
stleary
committed
45cbc66
View commit details
Copy full SHA for 45cbc66
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.