aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/JsonParserTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Allow list values to be null when parsingJon Skeet2018-03-011-0/+16
* MMinor fix-ups to C# tests from changes in earlier commitsJon Skeet2017-11-121-2/+2
* Add JsonParser setting to ignore unknown field valuesJon Skeet2017-10-281-0/+21
* Move test for standalone BoolValue to JsonParserTestJon Skeet2016-05-111-0/+3
* Allow custom type URL prefixes in Any.PackJon Skeet2016-04-291-0/+11
* Regenerate all C# code and make it compileJon Skeet2016-04-201-7/+7
* Fix mistakes in highest-representable float64 integersJon Skeet2016-01-211-2/+2
* Merge pull request #1096 from jskeet/custom-to-stringJan Tattermusch2016-01-191-1/+1
|\
| * Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet2016-01-131-1/+1
* | Make sure thatJon Skeet2016-01-151-1/+11
* | Reject JSON containing the same oneof field twiceJon Skeet2016-01-151-0/+7
* | Change handling of unknown enums: we now write out the value as a number.Jon Skeet2016-01-151-5/+5
* | Extra strictness for FieldMask conversionJon Skeet2016-01-151-0/+8
* | Allow the original field name (rather than camel-cased) when parsing JSONJon Skeet2016-01-151-0/+8
* | Fixes to JSON timestamp/duration representationsJon Skeet2016-01-151-1/+0
* | Prohibit null values in repeated and map fields in JSONJon Skeet2016-01-151-0/+30
* | Throw a better exception when invalid base64 is detected in JSONJon Skeet2016-01-151-0/+9
* | Support (and test) numeric enum parsing in JSONJon Skeet2016-01-151-0/+20
* | JSON conformance test fixesJon Skeet2016-01-131-0/+7
|/
* Merge pull request #1098 from jskeet/wkt-jsonJan Tattermusch2016-01-081-8/+17
|\
| * Ensure all formatted well-known-type values are valid JSONJon Skeet2016-01-061-8/+17
* | Improve number handling in JSON parsingJon Skeet2016-01-061-12/+35
|/
* Handle JSON parsing for Any.Jon Skeet2015-12-021-0/+50
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-1/+1
* Merge pull request #941 from jskeet/recursion-limitJan Tattermusch2015-11-051-0/+18
|\
| * Add recursion limit handling to JSON parsing.Jon Skeet2015-11-041-0/+18
* | Created a new exception for JSON failures.Jon Skeet2015-11-051-22/+22
|/
* Implement JSON parsing in C#.Jon Skeet2015-11-031-0/+727