Added from_props

This commit is contained in:
Mike Farah
2022-03-28 19:48:30 +11:00
parent bc2118736b
commit 186b319093
5 changed files with 31 additions and 2 deletions
@@ -11,7 +11,7 @@ These operators are useful to process yaml documents that have stringified embed
| --- | -- | --|
| Yaml | from_yaml | to_yaml(i)/@yaml |
| JSON | from_json | to_json(i)/@json |
| Properties | | to_props/@props |
| Properties | from_props | to_props/@props |
| CSV | | to_csv/@csv |
| TSV | | to_tsv/@tsv |
| XML | from_xml | to_xml(i)/@xml |