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 }}
killnine
/
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
on
master
User selector
All users
All time
Commit history
Commits on Aug 11, 2012
Merge remote branch 'origin/master'
mythz
committed
98d3387
View commit details
Copy full SHA for 98d3387
View code at this point
Browse repository at this point
remove unused param
mythz
committed
ddd91f1
View commit details
Copy full SHA for ddd91f1
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
Fixed hex padding
JonCanning
committed
e46166a
View commit details
Copy full SHA for e46166a
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
- DeserializeType was trying to create incorrect Delegate for indexed properties. Since Mono is aggressive for valid emitted code that causes Invalid IL code in
Show description for 7dafb12
desunit
committed
7dafb12
View commit details
Copy full SHA for 7dafb12
View code at this point
Browse repository at this point
Commits on Aug 8, 2012
- removed warnings
desunit
committed
81fe4c1
View commit details
Copy full SHA for 81fe4c1
View code at this point
Browse repository at this point
- fixed issue with DT suffix during TimeSpan serialization udner Mono. Remove T if it's the last symbol
desunit
committed
943eea9
View commit details
Copy full SHA for 943eea9
View code at this point
Browse repository at this point
- added Mono specific workaround for incorrect timezone
desunit
committed
69ef827
View commit details
Copy full SHA for 69ef827
View code at this point
Browse repository at this point
- Mono incorrectly interpret missing timezone for ISO8601 mode, we explicitly set Utc
desunit
committed
67d4731
View commit details
Copy full SHA for 67d4731
View code at this point
Browse repository at this point
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
desunit
committed
7949476
View commit details
Copy full SHA for 7949476
View code at this point
Browse repository at this point
- fixed tests to be compatible with Mono
Show description for 0be62d2
desunit
committed
0be62d2
View commit details
Copy full SHA for 0be62d2
View code at this point
Browse repository at this point
Commits on Aug 6, 2012
added v3.94 SS libs + INCR to v3.94
mythz
committed
e84e9a6
View commit details
Copy full SHA for e84e9a6
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
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
Show description for 82e5060
desunit
committed
82e5060
View commit details
Copy full SHA for 82e5060
View code at this point
Browse repository at this point
Fix Null Ref Exception when serializing an empty class with QueryStringSerializer
mythz
committed
33cc491
View commit details
Copy full SHA for 33cc491
View code at this point
Browse repository at this point
Unescape strings in late-bound object properties
mythz
committed
0ba7332
View commit details
Copy full SHA for 0ba7332
View code at this point
Browse repository at this point
Commits on Aug 1, 2012
Quote timespans in JsonSerializer
mythz
committed
52cb0b4
View commit details
Copy full SHA for 52cb0b4
View code at this point
Browse repository at this point
fixed #204:
Show description for 992773e
desunit
committed
992773e
View commit details
Copy full SHA for 992773e
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
Merge branch 'master' of git://github.com/ServiceStack/ServiceStack.Text
desunit
committed
d795811
View commit details
Copy full SHA for d795811
View code at this point
Browse repository at this point
fixed #143:
Show description for aa4e282
desunit
committed
aa4e282
View commit details
Copy full SHA for aa4e282
View code at this point
Browse repository at this point
Commits on Jul 30, 2012
INCR to v3.93 + add JsonObject.Child as an alias for GetUnescaped
mythz
committed
5903b3c
View commit details
Copy full SHA for 5903b3c
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/desunit/ServiceStack.Text
desunit
committed
a986810
View commit details
Copy full SHA for a986810
View code at this point
Browse repository at this point
fixes #198:
Show description for e41bb2b
desunit
committed
e41bb2b
View commit details
Copy full SHA for e41bb2b
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Get JsonObject[], Get, Get<string> to all return the same un-typed value.
Show description for c1949f2
mythz
committed
c1949f2
View commit details
Copy full SHA for c1949f2
View code at this point
Browse repository at this point
remove Time from LastMonday Ext method
mythz
committed
3bd241c
View commit details
Copy full SHA for 3bd241c
View code at this point
Browse repository at this point
Commits on Jul 26, 2012
Merge branch 'fix-utc-when-iso8601'
danielwertheim
committed
7fe3e40
View commit details
Copy full SHA for 7fe3e40
View code at this point
Browse repository at this point
Implemented fix for UTC dates and ISO8601
danielwertheim
committed
e84a5a2
View commit details
Copy full SHA for e84a5a2
View code at this point
Browse repository at this point
UnEscape strings from JsonObject
mythz
committed
bf2f3cb
View commit details
Copy full SHA for bf2f3cb
View code at this point
Browse repository at this point
New DateTime extensions, fix "null" string bug
mythz
committed
407bb5a
View commit details
Copy full SHA for 407bb5a
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
Fix bug whitespace bug in Arrays, INCR to v3.92
mythz
committed
6db828f
View commit details
Copy full SHA for 6db828f
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
INCR to v3.90
mythz
committed
839c692
View commit details
Copy full SHA for 839c692
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
Add tests for raw string de/serialization
mythz
committed
bfec507
View commit details
Copy full SHA for bfec507
View code at this point
Browse repository at this point
Commits on Jul 17, 2012
Merge pull request #142 from jimschubert/master
Show description for d7486fc
mythz
committed
d7486fc
View commit details
Copy full SHA for d7486fc
View code at this point
Browse repository at this point
Merge pull request #138 from thanhhh/master
Show description for 4b2779d
mythz
committed
4b2779d
View commit details
Copy full SHA for 4b2779d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.