Hi. It may very basic question ...
I want to map a Key-Value from another key-Value. Like, for example:
{
Key1: "Test",
Key2: "This will be Value of Key1"
}
In want the Key2 will be Value of Key1 i.e. "Test" when parsing.
Is there any way to define the JSON in such way?
Thanks.
Hi. It may very basic question ...
I want to map a Key-Value from another key-Value. Like, for example:
{
Key1: "Test",
Key2: "This will be Value of Key1"
}
In want the Key2 will be Value of Key1 i.e. "Test" when parsing.
Is there any way to define the JSON in such way?
Thanks.