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
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 }}
diffused
/
ServiceStack.Text
Public
forked from
ServiceStack/ServiceStack.Text
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
ServiceStack.Text
src
ServiceStack.Text
Json
on
master
User selector
All users
All time
Commit history
Commits on Dec 2, 2013
Char fields were not escaped correctly when serialized to JSON.
waynebrantley
committed
d726938
View commit details
Copy full SHA for d726938
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
rename JsonDateHandler to DateHandler, JsonPropertyConvention to PropertyConvention + make them work like everything else
mythz
committed
98769ff
View commit details
Copy full SHA for 98769ff
View code at this point
Browse repository at this point
Add option to serialize directly from UnixTime/UnixTimeMs
mythz
committed
3be60f5
View commit details
Copy full SHA for 3be60f5
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
Switch from Evaluation License to License Keys
mythz
committed
85da75b
View commit details
Copy full SHA for 85da75b
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Internalizing JSON + JSV non-external public methods
mythz
committed
b7db3fc
View commit details
Copy full SHA for b7db3fc
View code at this point
Browse repository at this point
Commits on Nov 3, 2013
- added WinRT support
desunit
committed
602e661
View commit details
Copy full SHA for 602e661
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Set an explicit MaxDepth of 50 by default to mitigate StackOverflow Exceptions. Also count MaxDepth when serializing late-bound types
mythz
committed
94cf268
View commit details
Copy full SHA for 94cf268
View code at this point
Browse repository at this point
Commits on Oct 4, 2013
Update copyright notices
mythz
committed
4b380cf
View commit details
Copy full SHA for 4b380cf
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
Add evaluation license restrictions
mythz
committed
8519193
View commit details
Copy full SHA for 8519193
View code at this point
Browse repository at this point
Commits on Sep 11, 2013
JsonUtils.WriteString: fix incorrect terminology in comment
dixon
committed
7606055
View commit details
Copy full SHA for 7606055
View code at this point
Browse repository at this point
JsonUtils.WriteString: ensure that control chars are properly escaped, as defined in the http://json.org/ spec
dixon
committed
d079a6d
View commit details
Copy full SHA for d079a6d
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
More win in serialization scenarios wrt curr.cult.
Show description for fbdc355
flq
committed
fbdc355
View commit details
Copy full SHA for fbdc355
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
Fix bug regression re-added in commit cb76ac
mythz
committed
b309a61
View commit details
Copy full SHA for b309a61
View code at this point
Browse repository at this point
Commits on Jun 11, 2013
Non-numeric enums would be padded with double quotes. Added test in AdhocModelTests.cs and fix in JsonTypeSerializer.cs
toftstade
committed
80f5368
View commit details
Copy full SHA for 80f5368
View code at this point
Browse repository at this point
Commits on May 24, 2013
Add JsConfig.MaxDepth feature to prevent cyclical dependencies. fixes #331
mythz
committed
dfa69b9
View commit details
Copy full SHA for dfa69b9
View code at this point
Browse repository at this point
Commits on May 20, 2013
Optimize DateTimes serialization
mythz
committed
9fb67a6
View commit details
Copy full SHA for 9fb67a6
View code at this point
Browse repository at this point
Commits on May 19, 2013
Treat Enum Flags as a Numeric Type and Encode it in a map key. fixes #328
mythz
committed
cf87d2f
View commit details
Copy full SHA for cf87d2f
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
Allow clearing of Fn Caches to get tests passing
Demis
authored and
Demis
committed
dee8cab
View commit details
Copy full SHA for dee8cab
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Merfe JsonEscaper class into JsonTypeSerializer.Unescape
Mistobaan
committed
c35d652
View commit details
Copy full SHA for c35d652
View code at this point
Browse repository at this point
Add JsonEscaper to handle more string escaping cases
Mistobaan
committed
09503f9
View commit details
Copy full SHA for 09503f9
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
fixed issue with double unescapin in the key for dictionaries
Show description for 9ed3e12
desunit
committed
9ed3e12
View commit details
Copy full SHA for 9ed3e12
View code at this point
Browse repository at this point
Commits on Mar 15, 2013
fixed #287:
Show description for 7d8e5fb
desunit
committed
7d8e5fb
View commit details
Copy full SHA for 7d8e5fb
View code at this point
Browse repository at this point
Commits on Mar 2, 2013
Refactored Win32 support to be DRY'er
mythz
committed
6fbf497
View commit details
Copy full SHA for 6fbf497
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
Adds supporting for WinRT. Fixes WindowsPhone sln.
Show description for a54873e
abattery
committed
a54873e
View commit details
Copy full SHA for a54873e
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
Parse json with leading whitespace.
Show description for 9f11411
bfriesen
committed
9f11411
View commit details
Copy full SHA for 9f11411
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Non-interface / non-abstract-typed property of a derived class should not have type info
Show description for 067ce1f
Amry
committed
067ce1f
View commit details
Copy full SHA for 067ce1f
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Upon further review, control characters are legal *if* escaped.
kevin-montrose
committed
28d8285
View commit details
Copy full SHA for 28d8285
View code at this point
Browse repository at this point
Fixing a bug where unicode sequences would not be escaped (instead being omitted), and allowing non-control unicode characters per json.org
kevin-montrose
committed
fbb1eee
View commit details
Copy full SHA for fbb1eee
View code at this point
Browse repository at this point
Commits on Nov 16, 2012
fixed #235
desunit
committed
6ea6f23
View commit details
Copy full SHA for 6ea6f23
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
added support for MonoTouch tests
Show description for 98bf72b
desunit
committed
98bf72b
View commit details
Copy full SHA for 98bf72b
View code at this point
Browse repository at this point
Commits on Oct 28, 2012
Add JsonValue to skip unescaping of JSON strings
mythz
committed
10ee32e
View commit details
Copy full SHA for 10ee32e
View code at this point
Browse repository at this point
Commits on Oct 8, 2012
merge
mythz
committed
c9ae144
View commit details
Copy full SHA for c9ae144
View code at this point
Browse repository at this point
Commits on Sep 20, 2012
Update the tests as indicated. Also fixed the scenario when there is a space between the : and the { or [ or " in the dictionary or list.
Andrew Robinson
committed
fce1852
View commit details
Copy full SHA for fce1852
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
Enable dictionary and list deserialization of primitive types (configurable); Create ExpandoObject deserializer
Andrew Robinson
committed
6284acb
View commit details
Copy full SHA for 6284acb
View code at this point
Browse repository at this point
Commits on Sep 9, 2012
Merge pull request #179 from Eloqua/master
Show description for 1c0fde1
desunit
committed
1c0fde1
View commit details
Copy full SHA for 1c0fde1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.