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 }}
attackgithub
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack.Text
src
ServiceStack.Text
Jsv
on
v3
User selector
All users
All time
Commit history
Commits on Jun 5, 2015
Dictionary should not skip null values even if null values should not be serialized
voloda
committed
e8e1aa1
View commit details
Copy full SHA for e8e1aa1
View code at this point
Browse repository at this point
Commits on Jul 10, 2014
To support full compatibility to other serializers the TypeSerializer should take care of empty strings as well.
Show description for c24f097
twenzel
committed
c24f097
View commit details
Copy full SHA for c24f097
View code at this point
Browse repository at this point
Commits on Jun 24, 2014
Stopped JsonValue from getting escaped over and over for each serialization call
Eric Amodio
committed
3ce38a9
View commit details
Copy full SHA for 3ce38a9
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
Implmented tests and fixes for quoted properties and properties with comma in querystrings
Show description for 7992797
nhhagen
authored and
mythz
committed
7992797
View commit details
Copy full SHA for 7992797
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 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 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 Mar 2, 2013
Fix WinRT build errors
mythz
committed
9494d3b
View commit details
Copy full SHA for 9494d3b
View code at this point
Browse repository at this point
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 Jan 29, 2013
Add field deserialization helpers for other packages
thinkbeforecoding
committed
9c9aa8b
View commit details
Copy full SHA for 9c9aa8b
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 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 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 6, 2012
Cache TypeAttrInObject on JsConfig singleton to improve perf
Andrew Robinson
committed
a718ca5
View commit details
Copy full SHA for a718ca5
View code at this point
Browse repository at this point
Commits on Sep 4, 2012
Enable polymorphic deserialization from other serialization frameworks (ie MS DataContractJsonSerializer and Newtonsoft)
Andrew Robinson
committed
86293d7
View commit details
Copy full SHA for 86293d7
View code at this point
Browse repository at this point
Commits on Aug 2, 2012
Ignore JsConfig.IncludeNullValues for JSV, added test for JSON
mythz
committed
fa46723
View commit details
Copy full SHA for fa46723
View code at this point
Browse repository at this point
Commits on Jul 18, 2012
Update the copyright header
mythz
committed
465a681
View commit details
Copy full SHA for 465a681
View code at this point
Browse repository at this point
Major refactor. Pulled the string escaping out of EatValue into the callsites that need them.
Show description for f33fa40
mythz
committed
f33fa40
View commit details
Copy full SHA for f33fa40
View code at this point
Browse repository at this point
Commits on Jul 7, 2012
Fix to make it compatible with other SS Type projects
Ash DC
authored and
Ash DC
committed
57a5b1d
View commit details
Copy full SHA for 57a5b1d
View code at this point
Browse repository at this point
Commits on Jul 6, 2012
Added Mono for Android project and DROID Conditional Atribute
Ash DC
authored and
Ash DC
committed
eaa5668
View commit details
Copy full SHA for eaa5668
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Support multiple int value types for enum flags
mythz
committed
de0f917
View commit details
Copy full SHA for de0f917
View code at this point
Browse repository at this point
Merge pull request #125 from jarroda/master
Show description for 12c1ae9
mythz
committed
12c1ae9
View commit details
Copy full SHA for 12c1ae9
View code at this point
Browse repository at this point
Commits on Jun 13, 2012
Changed WriteEnumFlags in both JsvTypeSerializer.cs and JsonTypeSerializer.cs to handle unsigned Enum types. InvalidCastException was thrown when serializing unsigned enums with the Flags attribute.
jarroda
committed
b46d88b
View commit details
Copy full SHA for b46d88b
View code at this point
Browse repository at this point
Commits on May 15, 2012
fix for StackOverflowException when serializing an object property set to new Object(); happens when viewing metadata page of service for DTO w/ object property
ckasabula
committed
ef399d4
View commit details
Copy full SHA for ef399d4
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
Added support for (Nullable)TimeSpans to be (de)serialised from json in ISO 8601
paulecoyote
committed
141e85c
View commit details
Copy full SHA for 141e85c
View code at this point
Browse repository at this point
Commits on Mar 11, 2012
Add native serialization for DateTimeOffset datatypes.
mattjohnsonpint
committed
426d7cc
View commit details
Copy full SHA for 426d7cc
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
don't support Linq.Binary for other platforms
mythz
committed
71fb7c6
View commit details
Copy full SHA for 71fb7c6
View code at this point
Browse repository at this point
Commits on Feb 29, 2012
Make ServiceStack.Text compile in MonoTouch
danmiser
committed
cbcd442
View commit details
Copy full SHA for cbcd442
View code at this point
Browse repository at this point
Commits on Feb 27, 2012
support LINQ binary
mythz
committed
4b71a45
View commit details
Copy full SHA for 4b71a45
View code at this point
Browse repository at this point
Commits on Feb 3, 2012
Added potential fix for Cyclical dependencies
mythz
committed
ae4bb47
View commit details
Copy full SHA for ae4bb47
View code at this point
Browse repository at this point
Commits on Jan 28, 2012
Major issue/feature sweep.
mythz
committed
b0460eb
View commit details
Copy full SHA for b0460eb
View code at this point
Browse repository at this point
Commits on Jan 26, 2012
Some deep dark optimizations to appease the perf gods.
mythz
committed
071177a
View commit details
Copy full SHA for 071177a
View code at this point
Browse repository at this point
Commits on Jan 25, 2012
fix some perf regressions, some minor enhancements.
mythz
committed
3cc6f45
View commit details
Copy full SHA for 3cc6f45
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.