mirror of
https://github.com/nlohmann/json.git
synced 2026-05-11 08:45:23 +00:00
deploy: e0f8cdfb7f
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
: json basics
|
||||
:
|
||||
$* >>~/EOO/
|
||||
{
|
||||
"compiler": {
|
||||
/ "c\+\+": "\d+",/
|
||||
/ "family": "[\w\d]+",/
|
||||
/ "version": \d+/
|
||||
},
|
||||
/ "copyright": "\(C\) 2013-\d+ Niels Lohmann",/
|
||||
"name": "JSON for Modern C++",
|
||||
/ "platform": "[\w\d]+",/
|
||||
"url": "https://github.com/nlohmann/json",
|
||||
"version": {
|
||||
"major": 3,
|
||||
/ "minor": \d+,/
|
||||
/ "patch": \d+,/
|
||||
/ "string": "3\.\d+\.\d+"/
|
||||
}
|
||||
}
|
||||
EOO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user