aemet/cmd
raul e0a8c745d5 Fix JSON unmarshalling breaking on XML arrays being rendered as objects
Due to a problem in the upstream goxml2json repo, I had to switch to a
fork that allowed me to specify which children should be forcefully
rendered as arrays, as some in some instances the AEMET's XML would
contain completely individual values that are usually arrays, resulting
in the JSON translator interpreting them as objects instead of arrays.

The amount of effort I had to put into fixing this problem was
mind-boggling.
2024-05-15 12:27:24 +02:00
..
clientFunc.go Fix JSON unmarshalling breaking on XML arrays being rendered as objects 2024-05-15 12:27:24 +02:00
root.go Transition project to Cobra 2024-05-08 09:08:36 +02:00
server.go Add basic server functionality 2024-05-08 09:16:05 +02:00
serverFunc.go Fix JSON unmarshalling breaking on XML arrays being rendered as objects 2024-05-15 12:27:24 +02:00