A c # keys to set, for example, he has three elements tille: "I am the title" and body: "I am a body" and end: "I am a tail" into a json string, json string format below
{
"Tille" : "I am a title,"
"The body" : "I am a body",
"The end" : "I am the tail"
}
The json format strings can also reverse into dictionary
How to use the implementation dictionary
CodePudding user response:
I also want to know! The building Lord solved