This commit is contained in:
Robert Jelic
2025-02-16 18:04:24 +01:00
parent 41e6149828
commit 31787b0e9b
2670 changed files with 1037781 additions and 0 deletions

34
node_modules/shiki/samples/jsonc.sample generated vendored Normal file
View File

@@ -0,0 +1,34 @@
// A jsonc example document
{
owner:{
name:`komkom`
dob: /* just some random dob */ `1975-01-25T12:00:00-02:00`
}
database:{ // our live db
server:`192.168.1.1`
ports:[8001,8002,8003]
connectionMax:5000
enabled:true
}
servers:{ // a server
alpha:{
ip: /* is soon invalid */ `10.0.0.1`
dc:`eqdc10`
}
beta:{
ip:`10.0.0.2`
dc:`eqdc10`
}
}
clients:{
data:[["gamma","delta"],[1,2]]
}
hosts:[alpha,omega]
}
// From https://github.com/komkom/jsonc