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 }}
dreamsql
/
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
JsConfig.cs
on
vs2015
User selector
All users
All time
Commit history
Commits on Mar 2, 2017
Add support for JsConfig.EscapeHtmlChars
mythz
committed
f1608c2
View commit details
Copy full SHA for f1608c2
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
revert EmitCamelCaseNames=true default in .NET Core, add to AppHost.Bind instead
mythz
committed
e600c8a
View commit details
Copy full SHA for e600c8a
View code at this point
Browse repository at this point
Change default config for .NET Core to emit camelCase properties
mythz
committed
cdedbda
View commit details
Copy full SHA for cdedbda
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Separate Refresh reads from writes
mythz
committed
99358b2
View commit details
Copy full SHA for 99358b2
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Remove JsConfig.ReuseStringBuffer always reuse cached instances
mythz
committed
5a141b7
View commit details
Copy full SHA for 5a141b7
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
Add support for creating config scopes using CamelCase Humps notation
mythz
committed
2a14912
View commit details
Copy full SHA for 2a14912
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
Add support for setting enums in scope string as well
mythz
committed
3bf0736
View commit details
Copy full SHA for 3bf0736
View code at this point
Browse repository at this point
Allow CreateScope() to override existing scope as well
mythz
committed
7dd1216
View commit details
Copy full SHA for 7dd1216
View code at this point
Browse repository at this point
Add support for initializing JsConfigScope from a queryString
mythz
committed
6d9b6fb
View commit details
Copy full SHA for 6d9b6fb
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
remove tabs
mythz
committed
961d547
View commit details
Copy full SHA for 961d547
View code at this point
Browse repository at this point
Add sSkipDateTimeConversion to Reset()
mythz
committed
773d90a
View commit details
Copy full SHA for 773d90a
View code at this point
Browse repository at this point
Commits on Jan 24, 2016
Modify PreserveUtc to SkipDateTimeConversion per PR conversation, make changes required to achieve behavior
rsafier
committed
35e0913
View commit details
Copy full SHA for 35e0913
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Add JsScope.PreserveUtc. When true overrides standard behavior of converting all DateTime into DateTimeKind.Local.
rsafier
committed
8d7aefc
View commit details
Copy full SHA for 8d7aefc
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Make sure to call T's static constructor before using JsConfig<T>, since the static constructor may set OnDeserialized, etc.
shift-evgeny
committed
e11c78a
View commit details
Copy full SHA for e11c78a
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Add dummy JsConfig.InitStatics() to force deterministic initialization of static constructor
mythz
committed
f7fdd63
View commit details
Copy full SHA for f7fdd63
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Ensure static initializers are run
mythz
committed
7984fca
View commit details
Copy full SHA for 7984fca
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Add NewArray ext method to make mutating and assigning arrays easier
mythz
committed
af7e807
View commit details
Copy full SHA for af7e807
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Add new JsConfig.ParsePrimitiveFn to allow short-circuiting of parse primitive values
mythz
committed
7d51fa1
View commit details
Copy full SHA for 7d51fa1
View code at this point
Browse repository at this point
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 22, 2015
Add JsConfig.ExcludeDefaultValues
mythz
committed
a60ceb4
View commit details
Copy full SHA for a60ceb4
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 May 14, 2015
remove mocking of abstract type until proper use-case is found
mythz
committed
6321e25
View commit details
Copy full SHA for 6321e25
View code at this point
Browse repository at this point
Add support for treating a non-abstract type as abstract
mythz
committed
010d649
View commit details
Copy full SHA for 010d649
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Add JsConfig.OnDeserializationError for better introspection of deseriailization errors
mythz
committed
c42fffb
View commit details
Copy full SHA for c42fffb
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
Add JsConfig<T>.IncludeDefaultValue
mythz
committed
328ce9e
View commit details
Copy full SHA for 328ce9e
View code at this point
Browse repository at this point
Commits on Oct 24, 2014
Add ShouldSerialize and OnDeserializing features from ServiceStack#432
mythz
committed
981de0f
View commit details
Copy full SHA for 981de0f
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Improve handling of ThreadStatic collections
mythz
committed
aeda3eb
View commit details
Copy full SHA for aeda3eb
View code at this point
Browse repository at this point
Add support for nested custom serializers
mythz
committed
4912560
View commit details
Copy full SHA for 4912560
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Add JsConfig.IgnoreAttributesNamed to change what attributes ignore properties
mythz
committed
3b9972f
View commit details
Copy full SHA for 3b9972f
View code at this point
Browse repository at this point
Commits on Aug 16, 2014
fix tests and cleanup parse primitive number code
mythz
committed
5d7a963
View commit details
Copy full SHA for 5d7a963
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Provides user with control of primitive parsing
Show description for a3f5b21
scottmcarthur
committed
a3f5b21
View commit details
Copy full SHA for a3f5b21
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
Avoid StackOverflow's in JsConfig.SerializeFn/DeserializeFns
mythz
committed
e0e44a3
View commit details
Copy full SHA for e0e44a3
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
ClearRuntimeAttributes on JsConfig.Reset() //called in AppHost.Dispose
mythz
committed
9c6bf68
View commit details
Copy full SHA for 9c6bf68
View code at this point
Browse repository at this point
Commits on Jul 26, 2014
turn on ReuseStringBuffer by default
mythz
committed
f3527fa
View commit details
Copy full SHA for f3527fa
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
Add WCF-style Serialization Hook with JsConfig<T>.OnSerializeFn
mythz
committed
a30e1e8
View commit details
Copy full SHA for a30e1e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.