Re: [go-nuts] Get array response back in golang

2022-09-19 Thread Kurtis Rader
Insufficient information. It looks like your question involves handling
JSON data structures but beyond that no one is going to be able to provide
any useful advice. Can you provide a small code example for what you
have tried? Can you elaborate on what you mean by "in response"? Are you
making a HTTP request that returns JSON and you are having trouble parsing
the result into equivalent Go data structures?

On Mon, Sep 19, 2022 at 7:01 PM Vick Vicky  wrote:

> hey there!
> how i can get array in response e.g
> {
> "make":["Toyota","Honda"]
> "model":[1992,2001,]
> "year":[2021,2012]
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/5b5c1c8a-6777-4e18-82b2-c4be03576466n%40googlegroups.com
> 
> .
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD_JU5gZ%3DG5pN4a%3D%3DYO98g7CWhfem7OZ7JcM4h_-%3DH7PVw%40mail.gmail.com.


[go-nuts] Get array response back in golang

2022-09-19 Thread Vick Vicky
hey there!
how i can get array in response e.g
{
"make":["Toyota","Honda"]
"model":[1992,2001,]
"year":[2021,2012]
}

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/5b5c1c8a-6777-4e18-82b2-c4be03576466n%40googlegroups.com.