File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -418,4 +418,8 @@ How to install, configure and create WebSockets
418
418
419
419
## [ XML Fast And Easy, using SAX - Listener Functions] ( /docs/recipes/xml-fast-and-easy.md )
420
420
421
- This document explains how to use XML parsing in Lucee.
421
+ This document explains how to use XML parsing in Lucee.
422
+
423
+ ## [ YAML Processing in Lucee 7] ( /docs/recipes/yaml-processing.md )
424
+
425
+ Simple recipe for processing YAML files in Lucee 7 using Maven integration and SnakeYAML
Original file line number Diff line number Diff line change 1468
1468
" XMLCatalog" ,
1469
1469
" Lucee"
1470
1470
]
1471
+ },
1472
+ {
1473
+ "file" : " yaml-processing.md" ,
1474
+ "title" : " YAML Processing in Lucee 7" ,
1475
+ "path" : " /docs/recipes/yaml-processing.md" ,
1476
+ "hash" : " 7d0bc44493d4a7f908bfe4968c28ac05" ,
1477
+ "keywords" : [
1478
+ " YAML" ,
1479
+ " SnakeYAML" ,
1480
+ " Maven" ,
1481
+ " Java Integration"
1482
+ ]
1471
1483
}
1472
1484
]
You can’t perform that action at this time.
0 commit comments