Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
maxandron
/
moshi
Public
forked from
square/moshi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Feb 15, 2017
Add error-prone compiler. (#259)
Show description for 05b0a46
JakeWharton
authored and
swankjesse
committed
05b0a46
Copy full SHA for 05b0a46
Commits on Feb 5, 2017
Merge pull request #257 from square/eric/readme-1.4.0
Show description for b6ebe53
swankjesse
authored
b6ebe53
Copy full SHA for b6ebe53
Fix README version number
NightlyNexus
authored
1e37d8d
Copy full SHA for 1e37d8d
Merge pull request #254 from square/eric/readme
Show description for af09de1
swankjesse
authored
af09de1
Copy full SHA for af09de1
Commits on Feb 4, 2017
Remove package API from README
Show description for 0a70c5c
NightlyNexus
authored
0a70c5c
Copy full SHA for 0a70c5c
[maven-release-plugin] prepare for next development iteration
swankjesse
committed
49092ec
Copy full SHA for 49092ec
[maven-release-plugin] prepare release moshi-parent-1.4.0
swankjesse
committed
d075a3e
Copy full SHA for d075a3e
Update changelog for 1.4.0.
swankjesse
committed
c8c7bb8
Copy full SHA for c8c7bb8
Merge pull request #252 from square/jwilson.0204.use_fromJsonObject
Show description for 921d949
swankjesse
authored
921d949
Copy full SHA for 921d949
Use readJsonValue() in DefaultOnDataMismatchAdapter.
swankjesse
committed
559e3a2
Copy full SHA for 559e3a2
Merge pull request #250 from NightlyNexus/eric/readJsonValue
Show description for aebd860
swankjesse
authored
aebd860
Copy full SHA for aebd860
Merge branch 'eyedol-update-readme-with-jsonarray-example'
Show description for d03ec8e
swankjesse
committed
d03ec8e
Copy full SHA for d03ec8e
Update doc with how to parse JSON Arrays
eyedol
authored and
swankjesse
committed
a92509b
Copy full SHA for a92509b
Add JsonReader.readJsonValue
NightlyNexus
committed
332adca
Copy full SHA for 332adca
Commits on Feb 3, 2017
Merge pull request #249 from square/jwilson.0203.dont_mispel
Show description for 7013651
JakeWharton
authored
7013651
Copy full SHA for 7013651
Merge pull request #248 from square/jwilson.0202.recover_from_failure_example
Show description for 4d6a4c7
swankjesse
authored
4d6a4c7
Copy full SHA for 4d6a4c7
Fix a typo in the name of JsonUtf8Writer.
swankjesse
committed
5ea65a5
Copy full SHA for 5ea65a5
Example adapter that recovers from JsonDataExceptions.
swankjesse
committed
af6ff5e
Copy full SHA for af6ff5e
Merge pull request #247 from square/jwilson.0202.rename_teh_things
Show description for 81aed97
swankjesse
authored
81aed97
Copy full SHA for 81aed97
Rename toJsonObject() to toJsonValue(), fromJsonObject() to fromJsonValue().
Show description for e9d8538
swankjesse
committed
e9d8538
Copy full SHA for e9d8538
Commits on Feb 2, 2017
Merge pull request #236 from NightlyNexus/eric/factory-samples
Show description for 5b5a1a6
swankjesse
authored
5b5a1a6
Copy full SHA for 5b5a1a6
Merge pull request #245 from NightlyNexus/eric/platform-fields
Show description for 3af58f4
swankjesse
authored
3af58f4
Copy full SHA for 3af58f4
Merge pull request #246 from square/jwilson.0202.numbers_ii
Show description for cf08775
swankjesse
authored
cf08775
Copy full SHA for cf08775
Use BigDecimal to encode exotic number types.
Show description for fdaecb9
swankjesse
committed
fdaecb9
Copy full SHA for fdaecb9
Fix isPlatformType
Show description for 9420b64
NightlyNexus
committed
9420b64
Copy full SHA for 9420b64
Commits on Feb 1, 2017
Add Unwrap JsonAdapter.Factory sample
NightlyNexus
committed
832ae4b
Copy full SHA for 832ae4b
Merge pull request #242 from NightlyNexus/eric/nextAnnotations
Show description for 3c23da5
swankjesse
authored
3c23da5
Copy full SHA for 3c23da5
Merge pull request #243 from NightlyNexus/eric/duplicate-key-tests
Show description for ace5979
swankjesse
authored
ace5979
Copy full SHA for ace5979
Commits on Jan 31, 2017
Add tests for duplicate JSON keys
NightlyNexus
committed
9417cd8
Copy full SHA for 9417cd8
Add Types.nextAnnotations
NightlyNexus
committed
05b594a
Copy full SHA for 05b594a
Merge pull request #241 from NightlyNexus/eric/types-tests
Show description for ac325c0
swankjesse
authored
ac325c0
Copy full SHA for ac325c0
Add arrayOf, subtypeOf, supertypeOf tests
NightlyNexus
committed
6a29811
Copy full SHA for 6a29811
Merge pull request #235 from NightlyNexus/master
Show description for ed164fd
swankjesse
authored
ed164fd
Copy full SHA for ed164fd
Merge pull request #237 from NightlyNexus/patch-1
Show description for 14a430c
swankjesse
authored
14a430c
Copy full SHA for 14a430c
Commits on Jan 30, 2017
Add adapter(Type, Class<? extends Annotation>)
NightlyNexus
committed
d27eaa1
Copy full SHA for d27eaa1
Pagination
Previous
Next
You can’t perform that action at this time.