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
vs2012
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 7, 2015
Add support for JsConfig.IncludeNullValuesInDictionaries
mythz
committed
2e07461
View commit details
Copy full SHA for 2e07461
View code at this point
Browse repository at this point
Commits on May 20, 2015
Add initial support for CoreCLR pcl, net45, sl5, dnx451 builds
mythz
committed
ada5503
View commit details
Copy full SHA for ada5503
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fix NRE when calling Refresh() before static type initializers
mythz
committed
1afced6
View commit details
Copy full SHA for 1afced6
View code at this point
Browse repository at this point
Commits on May 16, 2015
Refresh JSON/JSV Type caches after assigning callback fns
mythz
committed
43d3882
View commit details
Copy full SHA for 43d3882
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Revert unnecessary Guid serialization logic in TypeSerializers, it's already supported
mythz
committed
fd09ca9
View commit details
Copy full SHA for fd09ca9
View code at this point
Browse repository at this point
Allow overriding of serialization of Guid formats
mythz
committed
e151efe
View commit details
Copy full SHA for e151efe
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
Open up more classes for PCL access
mythz
committed
9db0d24
View commit details
Copy full SHA for 9db0d24
View code at this point
Browse repository at this point
Relax RegisterForAot classes so they're accessible in PCL arch dlls
mythz
committed
5594a82
View commit details
Copy full SHA for 5594a82
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Don't serialize empty string keys in JSV as nulls
mythz
committed
6cbcc19
View commit details
Copy full SHA for 6cbcc19
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Rename GetStaticMethod and GetInstanceMethod to look for both Public and non-public methods
mythz
committed
6ef671c
View commit details
Copy full SHA for 6ef671c
View code at this point
Browse repository at this point
Commits on Dec 26, 2013
Add new ServiceStack.Pcl.sln with custom builds for Android, IOS, WinService, and Net45
mythz
committed
0a94e95
View commit details
Copy full SHA for 0a94e95
View code at this point
Browse repository at this point
Commits on Dec 22, 2013
Refactor to support PCL
mythz
committed
d69b1ac
View commit details
Copy full SHA for d69b1ac
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
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 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 Sep 25, 2013
Implmented tests and fixes for quoted properties and properties with comma in querystrings
Show description for 8005e7c
nhhagen
committed
8005e7c
View commit details
Copy full SHA for 8005e7c
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
Previous
Next
You can’t perform that action at this time.