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
Accelerator
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
Type
/
to 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 }}
abimarank
/
JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 6, 2022
Validated if the given String is Numberic using Java's native APIs
abimarank
committed
59c4f12
View commit details
Copy full SHA for 59c4f12
Browse repository at this point
Commits on Feb 2, 2022
Added testcase for get/opt BigDecimal and BigInteger values
abimarank
committed
2f37f5b
View commit details
Copy full SHA for 2f37f5b
Browse repository at this point
Added testcase for get/opt Float values
abimarank
committed
ac02e45
View commit details
Copy full SHA for ac02e45
Browse repository at this point
Merge branch 'master' of https://github.com/stleary/JSON-java
abimarank
committed
a28836e
View commit details
Copy full SHA for a28836e
Browse repository at this point
Added testcases for converting String to int/long/double
abimarank
committed
ba2ecee
View commit details
Copy full SHA for ba2ecee
Browse repository at this point
Refactored to be consistent between opt/get Numerals
abimarank
committed
f07104e
View commit details
Copy full SHA for f07104e
Browse repository at this point
Commits on Jan 31, 2022
Merge pull request #660 from johnjaylward/Issue654StackOverflowError
Show description for c33ad9c
stleary
authored
c33ad9c
View commit details
Copy full SHA for c33ad9c
Browse repository at this point
Commits on Jan 26, 2022
Add test cases for invalid input
John J. Aylward
committed
7a124d8
View commit details
Copy full SHA for 7a124d8
Browse repository at this point
Commits on Jan 21, 2022
Added test case for converting String to numerals
abimarank
committed
d5ab0aa
View commit details
Copy full SHA for d5ab0aa
Browse repository at this point
Commits on Dec 5, 2021
Update README.md
stleary
authored
f1b0210
View commit details
Copy full SHA for f1b0210
Browse repository at this point
Update pom.xml
stleary
authored
8ef8e14
View commit details
Copy full SHA for 8ef8e14
Browse repository at this point
Update RELEASES.md
stleary
authored
48b6aa3
View commit details
Copy full SHA for 48b6aa3
Browse repository at this point
Commits on Dec 4, 2021
Merge pull request #646 from Zetmas/feature/issue#595
Show description for cff5cc6
stleary
authored
cff5cc6
View commit details
Copy full SHA for cff5cc6
Browse repository at this point
Merge pull request #651 from cushon/i650
Show description for 04e8ea8
stleary
authored
04e8ea8
View commit details
Copy full SHA for 04e8ea8
Browse repository at this point
Commits on Nov 27, 2021
Use IdentityHashSet for cycle detection
Show description for 812955e
cushon
committed
812955e
View commit details
Copy full SHA for 812955e
Browse repository at this point
Commits on Nov 21, 2021
Merge pull request #645 from Zetmas/feature/issue#632
Show description for bc623e3
stleary
authored
bc623e3
View commit details
Copy full SHA for bc623e3
Browse repository at this point
Commits on Nov 20, 2021
Test case passed with tags with multiple entries set forceList
Zach
committed
5dd78bc
View commit details
Copy full SHA for 5dd78bc
Browse repository at this point
Pass test case for empty tag with forceList
Zach
committed
e638955
View commit details
Copy full SHA for e638955
Browse repository at this point
longer forcelist tests
Zach
committed
3f9b53f
View commit details
Copy full SHA for 3f9b53f
Browse repository at this point
Passed simple test
Zach
committed
a0f90b7
View commit details
Copy full SHA for a0f90b7
Browse repository at this point
Added simple test case
Zach
committed
fafaeb7
View commit details
Copy full SHA for fafaeb7
Browse repository at this point
Added forceList configuration to XMLParserConfiguration
Zach
committed
e356739
View commit details
Copy full SHA for e356739
Browse repository at this point
Commits on Nov 18, 2021
Added test cases for self recursion and complex but no recursion
Zach
committed
fca7e17
View commit details
Copy full SHA for fca7e17
Browse repository at this point
add test case and modified old ones
Zach
committed
fb96e87
View commit details
Copy full SHA for fb96e87
Browse repository at this point
long circle test
Zach
committed
638273a
View commit details
Copy full SHA for 638273a
Browse repository at this point
successful test
Zach
committed
1ffcf39
View commit details
Copy full SHA for 1ffcf39
Browse repository at this point
Commits on Nov 17, 2021
data class for recursive test
Zach
committed
4565bdd
View commit details
Copy full SHA for 4565bdd
Browse repository at this point
added set check logic
Zach
committed
b5bcb68
View commit details
Copy full SHA for b5bcb68
Browse repository at this point
locate the pace for cyclic check
Zach
committed
7823d3a
View commit details
Copy full SHA for 7823d3a
Browse repository at this point
Commits on Nov 2, 2021
Merge pull request #640 from katldewitt/561-backslashes
Show description for d6227c8
stleary
authored
d6227c8
View commit details
Copy full SHA for d6227c8
Browse repository at this point
Commits on Oct 29, 2021
Merge pull request #626 from loic5/patch-1
Show description for f54b5e4
stleary
authored
f54b5e4
View commit details
Copy full SHA for f54b5e4
Browse repository at this point
Update CODE_OF_CONDUCT.md
Show description for 30b3680
loic5
authored
30b3680
View commit details
Copy full SHA for 30b3680
Browse repository at this point
Commits on Oct 28, 2021
fix: refactor tests
Show description for 3ed9154
katldewitt
committed
3ed9154
View commit details
Copy full SHA for 3ed9154
Browse repository at this point
chore: write unit tests for behavior
katldewitt
committed
669316d
View commit details
Copy full SHA for 669316d
Browse repository at this point
Commits on Oct 24, 2021
chore: initial unit tests
katldewitt
committed
30a70c8
View commit details
Copy full SHA for 30a70c8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.