Vitepress
This commit is contained in:
31
node_modules/shiki/samples/jsonl.sample
generated
vendored
Normal file
31
node_modules/shiki/samples/jsonl.sample
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
|
||||
{"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}
|
||||
{"name": "May", "wins": []}
|
||||
{"name": "Deloise", "wins": [["three of a kind", "5♣"]]}
|
||||
{
|
||||
"name": "Gilbert",
|
||||
"wins": [
|
||||
[
|
||||
"straight",
|
||||
"7♣"
|
||||
],
|
||||
[
|
||||
"one pair",
|
||||
"10♥"
|
||||
]
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "Alexa",
|
||||
"wins": [
|
||||
[
|
||||
"two pair",
|
||||
"4♠"
|
||||
],
|
||||
[
|
||||
"two pair",
|
||||
"9♠"
|
||||
]
|
||||
]
|
||||
}
|
||||
// From https://jsonlines.org/examples/
|
||||
Reference in New Issue
Block a user