• <small id='BoZg5'></small><noframes id='BoZg5'>

    <tfoot id='BoZg5'></tfoot>
  • <legend id='BoZg5'><style id='BoZg5'><dir id='BoZg5'><q id='BoZg5'></q></dir></style></legend>

        <i id='BoZg5'><tr id='BoZg5'><dt id='BoZg5'><q id='BoZg5'><span id='BoZg5'><b id='BoZg5'><form id='BoZg5'><ins id='BoZg5'></ins><ul id='BoZg5'></ul><sub id='BoZg5'></sub></form><legend id='BoZg5'></legend><bdo id='BoZg5'><pre id='BoZg5'><center id='BoZg5'></center></pre></bdo></b><th id='BoZg5'></th></span></q></dt></tr></i><div id='BoZg5'><tfoot id='BoZg5'></tfoot><dl id='BoZg5'><fieldset id='BoZg5'></fieldset></dl></div>

          <bdo id='BoZg5'></bdo><ul id='BoZg5'></ul>

        JSON创建键值对(key是中文或者数字)方式详解

        时间:2023-12-11
        <legend id='gSZ95'><style id='gSZ95'><dir id='gSZ95'><q id='gSZ95'></q></dir></style></legend>

        <i id='gSZ95'><tr id='gSZ95'><dt id='gSZ95'><q id='gSZ95'><span id='gSZ95'><b id='gSZ95'><form id='gSZ95'><ins id='gSZ95'></ins><ul id='gSZ95'></ul><sub id='gSZ95'></sub></form><legend id='gSZ95'></legend><bdo id='gSZ95'><pre id='gSZ95'><center id='gSZ95'></center></pre></bdo></b><th id='gSZ95'></th></span></q></dt></tr></i><div id='gSZ95'><tfoot id='gSZ95'></tfoot><dl id='gSZ95'><fieldset id='gSZ95'></fieldset></dl></div>

        <small id='gSZ95'></small><noframes id='gSZ95'>

          <tbody id='gSZ95'></tbody>

        <tfoot id='gSZ95'></tfoot>
                  <bdo id='gSZ95'></bdo><ul id='gSZ95'></ul>

                  下面是关于JSON创建键值对的详细攻略。

                  1. JSON创建键值对

                  在JSON中,使用冒号(:)将Key和value分隔开来。Key必须是字符串或者数字。

                  1.1 Key是字符串

                  如果Key是字符串,需要将其用引号包围起来,例如:

                  {
                    "name": "小明",
                    "age": 18
                  }
                  

                  在以上代码中,字符串Key "name"对应的值是 "小明",并且同样的,Key "age"对应的值是18。

                  1.2 Key是数字

                  如果Key是数字,不需要用引号包围起来,例如:

                  {
                    1: "Hello",
                    2: "World"
                  }
                  

                  在以上代码中,数字1对应的值是 "Hello",数字2对应的值是 "World"。

                  2. 中文作为Key

                  如果Key是中文,也是需要加引号的,示例:

                  {
                    "姓名": "小明",
                    "年龄": 18
                  }
                  

                  在以上代码中,中文Key "姓名"对应的值是 "小明",同样的,Key "年龄"对应的值是18。

                  3. 示例说明

                  下面是两个详细的示例说明:

                  3.1 示例1

                  创建一个JSON对象,包含三个键值对:学生姓名、学生性别和学生成绩,其中学生姓名为中文:

                  {
                    "学生姓名": "小红",
                    "学生性别": "女",
                    "学生成绩": 95
                  }
                  

                  在以上代码中,学生姓名对应的值是 "小红",学生性别对应的值是 "女",学生成绩对应的值是95。

                  3.2 示例2

                  创建一个JSON对象,包含两个键值对:数字1和数字2,对应的值分别是字符串 "Hello"和"World":

                  {
                    1: "Hello",
                    2: "World"
                  }
                  

                  在以上代码中,数字1对应的值是 "Hello",数字2对应的值是 "World"。

                  以上就是关于JSON创建键值对的攻略,希望能对你有所帮助。

                  上一篇:把普通对象转换成json格式的对象的简单实例 下一篇:jackson使用@JsonSerialize格式化BigDecimal解决.00不显示问题

                  相关文章

                  <i id='ThTwK'><tr id='ThTwK'><dt id='ThTwK'><q id='ThTwK'><span id='ThTwK'><b id='ThTwK'><form id='ThTwK'><ins id='ThTwK'></ins><ul id='ThTwK'></ul><sub id='ThTwK'></sub></form><legend id='ThTwK'></legend><bdo id='ThTwK'><pre id='ThTwK'><center id='ThTwK'></center></pre></bdo></b><th id='ThTwK'></th></span></q></dt></tr></i><div id='ThTwK'><tfoot id='ThTwK'></tfoot><dl id='ThTwK'><fieldset id='ThTwK'></fieldset></dl></div>
                    <bdo id='ThTwK'></bdo><ul id='ThTwK'></ul>

                  1. <tfoot id='ThTwK'></tfoot>

                    <small id='ThTwK'></small><noframes id='ThTwK'>

                      <legend id='ThTwK'><style id='ThTwK'><dir id='ThTwK'><q id='ThTwK'></q></dir></style></legend>