Skip to content

Instantly share code, notes, and snippets.

@runeimp
Created May 24, 2018 19:42
Show Gist options
  • Save runeimp/f14a504f6cb402856c23d27decc133ac to your computer and use it in GitHub Desktop.
Save runeimp/f14a504f6cb402856c23d27decc133ac to your computer and use it in GitHub Desktop.
Markdown - JSON Code Block

Code Block Test

JSON

{
    "one": 2,
    "three": {
        "point_1": "point_2",
        "point_3": 3.4
    },
    "list": [
        "one",
        "two",
        "three"
    ]
}

That was my JSON code block.

@mrsmarah
Copy link

{ "one": 2, "three": { "point_1": "point_2", "point_3": 3.4 }, "list": [ "one", "two", "three" ] }

@mrsmarah
Copy link

{
    "one": 2,
    "three": {
        "point_1": "point_2",
        "point_3": 3.4
    },
    "list": [
        "one",
        "two",
        "three"
    ]
}

@Sakshi-25
Copy link

{
    "one": 2,
    "three": {
        "point_1": "point_2",
        "point_3": 3.4
    },
    "list": [
        "one",
        "two",
        "three"
    ]
}

@jungcome7
Copy link

jungcome7 commented Mar 14, 2021

{
  "say_hello": "hello world"
}

@aqbjteddy
Copy link

aqbjteddy commented Apr 28, 2021

{ "one": 2, "three": { "point_1": "point_2", 
"point_3": 3.4 }, "list": [ "one", "two", "three" ] }

@javierd79
Copy link

{
    "one": 2,
    "three": {
        "point_1": "point_2",
        "point_3": 3.4
    },
    "list": [
        "one",
        "two",
        "three"
    ]
}

@1337Rinz
Copy link

{
    "AGE": [int],
    "Bạn đi với": [int],
    "Visiting time": [int],
    "sex": [int],
    "Desired amount": [int],
    "Di Tích Lịch Sử": [int],
    "Món ăn ngon": [int],
    "Trải nghiệm mới": [int],
    "Vẻ đẹp thiên": [int]
}

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment