CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
unmarshalling
09-13
Software design
How to unmarshal escaped JSON string with UnmarshalJSON
09-06
Mobile
convert string of array to array of string
09-02
Enterprise
Go - Custom unmarshaler - string to float
08-16
Software design
Unmarshalling XML to POJO
08-06
database
How to unmarshal objects inside array
07-31
Blockchain
JAXB - unmarshall XML message to list
07-03
Software engineering
Unmarshal to Enum type using a custom Scan func
06-30
front end
Inconsistency in numbers between json Marshall and Unmarshall in Golang
06-23
Back-end
GoLang Unable to decode JSON object with dynamic type
06-14
Software engineering
Getting values inside an unmarshalled interface
06-14
Net
Unmarshalling of JSON with dynamic keys
06-04
Mobile
How to unmarshal a slice of interfaces from JSON in Golang
06-01
Software design
How to unmarshal dynamic XML data to struct?
05-28
OS
Skip nulls when unmarshalling JSON array into slice of pointers
05-23
Net
How to skip existing fields when unmarshal json in golang?
05-20
Enterprise
Custom unmarshaling a struct into a map of slices
05-02
Blockchain
unmarshal xml to []structs with xml.Name
04-29
Software engineering
Golang unmarshal JSON response, then convert the field name into snake_case
04-23
Software design
How to use generics in Unmarshal (go 1.18)
04-06
front end
Unmarshalling a bson.D object (Golang)
03-28
Software design
Can't unmarshal json with base64 encoded byte slice in go
03-18
Software design
Unmarshall JSON with multiple value types and arbitrary number of keys
03-16
Enterprise
Unmarshaling JSON in golang
03-07
database
Golang: struct does not unmarshal int64 field correctly, other fields are correct
03-04
Back-end
Custom unmarshalling from flat json to nested struct
02-24
database
Converting / Parsing C byte struct to Go
02-19
OS
Dynamically Create Structs in Golang
02-17
Back-end
Unmarshalling dates using JAXB but getting nullpointer exception
01-02
OS
Passing a struct Type in Golang?
12-29
database
Parse json array into list of struct golang
12-20
Back-end
mapstructure decode a map[string]interface{} into a struct containing custom type gives Error
12-18
OS
Formatting DynamoDB data to normal JSON in Typescript and AWS Lambda
12-15
Software engineering
Marshal different sets of fields from a struct at runtime in Golang
11-25
Back-end
Accept dynamic keys in proto struct when unmarshalling JSON
11-25
Mobile
Ignoring & Symbol in JAXB Unmarshalling (Java 1.8)
11-15
Net
Json unmarshal: force into string
11-08
OS
Unmarshalling nested JSON objects in GO
10-13
other
Reading a signed value into an unsigned type
10-09
front end
How to deal with date fields from JSON in a GO struct
09-27
database
Java how to marshall code on a network message
42
1
2
Next
Last
Links:
CodePudding