Похожие чаты

Gophers, how do I json.Marshal the output in my json

of a struct array with no value?
out:
{"code":"","a":null}
but I would like to do this
{"code":"","a":[{"id":"","name":""}]}

type A struct {
ID string json:"id"
Name string json:"name"
}

type B struct {
Code string json:"code"
A []A json:"a"
}

12 ответов

23 просмотра

how are you expecting a non-empty array when the slice is nil?

jeffotoni- Автор вопроса
Roman Sharkov
how are you expecting a non-empty array when the s...

all empty, I need to mount the empty struct json. I'm seeing your customize the MarshalJSON

jeffotoni- Автор вопроса

golang's stdlib encoding/json library currently marshals empty arrays as null rather than []

jeffotoni- Автор вопроса

do you know a way around? I'm not finding any other solution than to declare the structure and append something empty to make it work 😔😔

jeffotoni- Автор вопроса
Roman Sharkov
how are you expecting a non-empty array when the s...

The simplest solution I found was to make an append even empty so that Go does the allocation and thus the json of the output. b.A = append(b.A, a) {"code":"","a":[{"id":"","name":""}]}

jeffotoni- Автор вопроса
Roman Sharkov
https://go.dev/play/p/OW3MJNwjwE-

in your example I will always receive like this Foo{X: nil} so I always need to test if it's nil and if I need to tell Go that I want to print its struct .

jeffotoni
in your example I will always receive like this Fo...

can you create a playground example? I honestly don't understand the problem

jeffotoni- Автор вопроса
Edwing123
Wow that's kind of ugly

no, it doesn't. It marshals nil as null

jeffotoni- Автор вопроса
Edwing123
Wow that's kind of ugly

a lot, how would you do it?

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How about the project bro Likes the community not that active ?
🅿️abby_FX
19
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
How are we going bro about the Raids ??
🅿️abby_FX
13
Россия стала ввозить сливочное масло из ОАЭ. Просто ради любопытства взглянул на статистику и впечатлился. У арабов среднестатистическая корова дает около 42 литров молока в д...
Foxcool
2
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Карта сайта