CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
cjsonjson.net
01-31
Enterprise
How can I best limit the decimal places to 5 or shorten the longer ones?
01-27
Mobile
Deserialize different items into a list of objects using newtonsoft.json
01-25
Back-end
Can I make deserialization fail for mapping a quoted number to a int?
01-21
Blockchain
Extracting nested data from JSON array
01-05
Software engineering
When using JsonConvert method DeserializeObject, is there a way to handle deserialization errors and
12-23
Blockchain
JsonReaderException Unexpected state: ObjectStart
12-08
Mobile
Deserializing embedded array/list to array in c# as expandoobject
12-03
Software engineering
Trying to deserialze JSON returns null values
11-20
Enterprise
How to add fields to JSON object without them existing?
11-15
OS
Newtonsoft JsonSerializer: How to make it fail if non-nullable string is null?
11-09
Mobile
Reformatting a JSON in C#
11-06
Software engineering
Deseralize JSON where property can be of different types
10-28
front end
C# - How to delete a specific member in JSON File
10-25
database
Null propagation in JToken
10-11
OS
C# Deserialize JSON into mulitple/different lists
10-06
other
C# effective way to get JSON property value from nested JSON response
09-22
Net
How to get the names of all properties (without their values) in a json object?
09-21
Back-end
How to get all the properties (not their value) in a json object?
Links:
CodePudding