python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Protobuf - json: cannot unmarshal string into Go struct field of int32
I am trying to unmarshall the contents of my json file and one of the attribute fields is this:
"sensor_node_id": 6,
Inside my .proto file I have:
message Attributes1 {
// delete above ...
Belphegor
Votes: 0
Answers: 0
Unmarshalling a bson.D object (Golang)
I'll try to be as clear as possible. I'm building a simple audit logging API, using MongoDB, and Model-Vew-Controller architecture. As part of the functionality, the user can request data using a http...
Adam Loomis
Votes: 0
Answers: 1
Unable to unmarshal XML using Camel JacksonXML
I'm trying to simply unmarshal an XML file as below:
<?xml version="1.0" encoding = "UTF-8" ?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...
Sammy65
Votes: 0
Answers: 1
Can't unmarshal json with base64 encoded byte slice in go
I'm having a hard time unmarshalling a struct that is sent to me from an AWS lambda function.
All of the pkidata fields are empty no matter what I do. I created this code sample to isolate the process...
rrrrr
Votes: 0
Answers: 1