summaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/JsonParser.cs
AgeCommit message (Expand)Author
2018-11-04Revert "Merge tag 'v3.0.1-javalite'"android-wear-8.0.0_r2Colin Cross
2016-05-11Fixed parsing of BoolValue.Jos Hickson
2016-04-29Allow custom type URL prefixes in Any.PackJon Skeet
2016-02-04Rename Preconditions to ProtoPreconditionsJon Skeet
2016-01-15Make sure thatJon Skeet
2016-01-15Reject JSON containing the same oneof field twiceJon Skeet
2016-01-15Change handling of unknown enums: we now write out the value as a number.Jon Skeet
2016-01-15Extra strictness for FieldMask conversionJon Skeet
2016-01-15Fixes to JSON timestamp/duration representationsJon Skeet
2016-01-15Prohibit null values in repeated and map fields in JSONJon Skeet
2016-01-15Throw a better exception when invalid base64 is detected in JSONJon Skeet
2016-01-15Support (and test) numeric enum parsing in JSONJon Skeet
2016-01-13JSON conformance test fixesJon Skeet
2016-01-06Improve number handling in JSON parsingJon Skeet
2015-12-02Handle JSON parsing for Any.Jon Skeet
2015-11-22Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet
2015-11-19Introduce a Parser property into MessageDescriptor, and populate it from gene...Jon Skeet
2015-11-09Generated code changes and manual changes for previous commit.Jon Skeet
2015-11-05Merge pull request #941 from jskeet/recursion-limitJan Tattermusch
2015-11-05Reimplement JSON recursion by detecting the depth in the tokenizer.Jon Skeet
2015-11-05Merge pull request #940 from jskeet/json-namesJon Skeet
2015-11-05Created a new exception for JSON failures.Jon Skeet
2015-11-04Add recursion limit handling to JSON parsing.Jon Skeet
2015-11-04Move the creation of the "fields by JSON name" dictionary to the descriptor.Jon Skeet
2015-11-03Implement JSON parsing in C#.Jon Skeet