This commit is contained in:
nlohmann
2026-05-09 09:02:24 +00:00
parent 3d26d62a39
commit 9446cb8fa1
246 changed files with 631 additions and 480 deletions
+24
View File
@@ -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