mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 17:19:08 +00:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
![]() |
---json
|
||
|
{
|
||
|
"key1": "value1",
|
||
|
"key2": "value2",
|
||
|
"key3": "value3"
|
||
|
}
|
||
|
---
|
||
|
c:<%= key1 %>:<%= key2 %>:<%= key3 %>
|