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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 26, 2018
Merge pull request #86 from strkkk/add-isEmpty-method-usage
Show description for dedb044
stleary
authored
dedb044
View commit details
Copy full SHA for dedb044
Browse repository at this point
Commits on May 25, 2018
add usage of isEmpty method
strkkk
committed
d00501e
View commit details
Copy full SHA for d00501e
Browse repository at this point
Commits on Mar 27, 2018
Merge pull request #85 from johnjaylward/JSONPointerTrailingSlash
Show description for 20d90bf
stleary
authored
20d90bf
View commit details
Copy full SHA for 20d90bf
Browse repository at this point
Commits on Mar 21, 2018
Fixes incorrect syntax for JSONPointer in test.
John J. Aylward
committed
3fe4a76
View commit details
Copy full SHA for 3fe4a76
Browse repository at this point
Commits on Mar 19, 2018
Add another test
John J. Aylward
committed
43f3f5e
View commit details
Copy full SHA for 43f3f5e
Browse repository at this point
Test cases for issue described in https://github.com/stleary/JSON-java/issues/410.
John J. Aylward
committed
f4201cf
View commit details
Copy full SHA for f4201cf
Browse repository at this point
Commits on Mar 15, 2018
Merge pull request #84 from johnjaylward/FixBeanKeyNameing
Show description for 770cb9c
stleary
authored
770cb9c
View commit details
Copy full SHA for 770cb9c
Browse repository at this point
Commits on Mar 11, 2018
Merge pull request #83 from johnjaylward/FixNPE
Show description for 37f1f4c
stleary
authored
37f1f4c
View commit details
Copy full SHA for 37f1f4c
Browse repository at this point
new test cases to support bean annotation
John J. Aylward
committed
193a382
View commit details
Copy full SHA for 193a382
Browse repository at this point
Commits on Mar 7, 2018
add test cases for null keys
John J. Aylward
committed
aa5e80b
View commit details
Copy full SHA for aa5e80b
Browse repository at this point
Commits on Feb 3, 2018
Merge pull request #82 from billdeng/master
Show description for fc881e2
stleary
authored
fc881e2
View commit details
Copy full SHA for fc881e2
Browse repository at this point
Commits on Feb 2, 2018
Correct the message to match the function
billdeng
committed
cc2ed79
View commit details
Copy full SHA for cc2ed79
Browse repository at this point
Commits on Nov 11, 2017
Merge pull request #81 from johnjaylward/FixFalsePositiveSimilar
Show description for 77d142d
stleary
authored
77d142d
View commit details
Copy full SHA for 77d142d
Browse repository at this point
Commits on Nov 6, 2017
fix method names
johnjaylward
committed
dae88d7
View commit details
Copy full SHA for dae88d7
Browse repository at this point
test cases for issue https://github.com/stleary/JSON-java/issues/379
johnjaylward
committed
08d93f3
View commit details
Copy full SHA for 08d93f3
Browse repository at this point
Commits on Nov 3, 2017
Merge pull request #80 from johnjaylward/UnclosedJSONArray
Show description for bf26eba
stleary
authored
bf26eba
View commit details
Copy full SHA for bf26eba
Browse repository at this point
Commits on Oct 30, 2017
Update README.md
stleary
authored
936db93
View commit details
Copy full SHA for 936db93
Browse repository at this point
Update README.md
stleary
authored
e0801be
View commit details
Copy full SHA for e0801be
Browse repository at this point
Update README.md
stleary
authored
ee3aa03
View commit details
Copy full SHA for ee3aa03
Browse repository at this point
Update README.md
stleary
authored
578a442
View commit details
Copy full SHA for 578a442
Browse repository at this point
Add more tests for unclosed arrays
johnjaylward
committed
dfa37a2
View commit details
Copy full SHA for dfa37a2
Browse repository at this point
Updates exception expected message
johnjaylward
committed
bde6ba1
View commit details
Copy full SHA for bde6ba1
Browse repository at this point
New test to verify unclosed array
johnjaylward
committed
52ecc89
View commit details
Copy full SHA for 52ecc89
Browse repository at this point
Commits on Aug 27, 2017
Merge pull request #79 from johnjaylward/FixXMLUnescape
Show description for af3b7dc
stleary
authored
af3b7dc
View commit details
Copy full SHA for af3b7dc
Browse repository at this point
Commits on Aug 19, 2017
Adds testing for unicode entities
johnjaylward
committed
2713f2e
View commit details
Copy full SHA for 2713f2e
Browse repository at this point
New tests for XML unescaping
johnjaylward
committed
cb61bbf
View commit details
Copy full SHA for cb61bbf
Browse repository at this point
Commits on Aug 18, 2017
Merge pull request #78 from migueltt/tokener-error-message
Show description for d0e2cf4
stleary
authored
d0e2cf4
View commit details
Copy full SHA for d0e2cf4
Browse repository at this point
Commits on Aug 14, 2017
Update error message location (+1)
Show description for b90bee0
migueltt
authored
b90bee0
View commit details
Copy full SHA for b90bee0
Browse repository at this point
Commits on Aug 10, 2017
JSONObject(JSONTokener) now points to last character of duplicate key
Show description for 68b2629
migueltt
committed
68b2629
View commit details
Copy full SHA for 68b2629
Browse repository at this point
Remov slf4j reference
migueltt
committed
c365e2a
View commit details
Copy full SHA for c365e2a
Browse repository at this point
Replacing tabs with 4 spaces
migueltt
committed
df466db
View commit details
Copy full SHA for df466db
Browse repository at this point
Remove System.out.println
migueltt
committed
1acb180
View commit details
Copy full SHA for 1acb180
Browse repository at this point
Unit tests for JSONTokener
migueltt
committed
fefd616
View commit details
Copy full SHA for fefd616
Browse repository at this point
Commits on Jul 20, 2017
Merge pull request #77 from johnjaylward/FixJUnitGradleConfig
Show description for 44c3e32
stleary
authored
44c3e32
View commit details
Copy full SHA for 44c3e32
Browse repository at this point
* Fixes Gradle config so tests are only run once
Show description for f2f6ad3
johnjaylward
committed
f2f6ad3
View commit details
Copy full SHA for f2f6ad3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.