Hi, is there a way to pass List to a json property by creating my custom tag?
Example -
There is a JSON:
{
"attribute1" : "hello",
"attribute2" : []
}
Now, I want to pass a list of integer to "attribute2" by creating my own tag.
Can you please guide me in doing this? Thanks