Home > other >  How to implement the dictionary use <string, the string> with json string conversion
How to implement the dictionary use <string, the string> with json string conversion

Time:09-28



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 Collection objects
How to use the implementation dictionary The mutual transformation, and json string

CodePudding user response:

I also want to know! The building Lord solved
Next:matlab
  • Related