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 }}
IcodeNet
/
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 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
fixed #183:
Show description for 4839f1d
desunit
committed
4839f1d
View commit details
Copy full SHA for 4839f1d
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 21, 2012
Dynamic proxy working in simple scenarios
i-e-b
committed
ff928a1
View commit details
Copy full SHA for ff928a1
View code at this point
Browse repository at this point
Some cleanup, initial tests around dynamicproxy and contract requirements
i-e-b
committed
9ccdf0a
View commit details
Copy full SHA for 9ccdf0a
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
TimeSpan format configuration now works for nullable TimeSpan
Mikael Eliasson
committed
17852a3
View commit details
Copy full SHA for 17852a3
View code at this point
Browse repository at this point
Commits on Aug 13, 2012
Make TimeSpan format configurable
Mikael Eliasson
committed
f136c5e
View commit details
Copy full SHA for f136c5e
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 Aug 1, 2012
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 26, 2012
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 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 16, 2012
Modified ParseRawString to support backslashes not followed by another character as shown in ServiceStack/ServiceStack#190
jimschubert
committed
eab82fb
View commit details
Copy full SHA for eab82fb
View code at this point
Browse repository at this point
Modified ParseRawString to support backslashes as reported in ServiceStack/ServiceStack#190
jimschubert
committed
908792a
View commit details
Copy full SHA for 908792a
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
Merge pull request #120 from ckasabula/master
Show description for a99ccdc
mythz
committed
a99ccdc
View commit details
Copy full SHA for a99ccdc
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 Jun 6, 2012
Fix starting with Quote bug
mythz
committed
7fcc505
View commit details
Copy full SHA for 7fcc505
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 18, 2012
Fixed trailing backslash, INCR to v3.63
mythz
committed
d8040ab
View commit details
Copy full SHA for d8040ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.