##// END OF EJS Templates
JsonXmlReader performance tuning...
JsonXmlReader performance tuning JsonScanner now operates strings and doesn't parses number and literals. Added SerializationHelpers to common serialize/deserialize operations

File last commit:

r229:5f7a3e1d32b9 v2
r229:5f7a3e1d32b9 v2
Show More
App.config
5 lines | 189 B | text/plain | TextLexer
cin
JsonXmlReader performance tuning...
r229 <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>