Following our discussion I am posting the simple YAML structure that I propose to use as a base.
---
# Comments
metadata:
- map:
- version:
- description:
- source:
- authour:
- copyright:
- license:
- script:
- language:
- encoding:
- name:
- source:
- author:
- font:
- name:
- source:
- author:
mapping:
- combinations:
ªè: "கெ"
ªé: "ஙெ"
ªê: "செ"
ªë: "ஞெ"
- base:
ã: "ஏ"
ä: "ஐ"
å: "ஒ"
æ: "ஓ"
è: "க"
- marks:
§: "ு"
ª: "ெ"
«: "ே"
¬: "ை"
---
{
"metadata": [
{
"map": [
{
"version": null
},
{
"description": null
},
{
"source": null
},
{
"authour": null
},
{
"copyright": null
},
{
"license": null
},
{
"script": null
},
{
"language": null
}
]
},
{
"encoding": [
{
"name": null
},
{
"source": null
},
{
"author": null
}
]
},
{
"font": [
{
"name": null
},
{
"source": null
},
{
"author": null
}
]
}
],
"mapping": [
{
"combinations": {
"ªè": "கெ",
"ªé": "ஙெ",
"ªê": "செ",
"ªë": "ஞெ"
}
},
{
"base": {
"ã": "ஏ",
"ä": "ஐ",
"å": "ஒ",
"æ": "ஓ",
"è": "க"
}
},
{
"marks": {
"§": "ு",
"ª": "ெ",
"«": "ே",
"¬": "ை"
}
}
]
}
Following our discussion I am posting the simple YAML structure that I propose to use as a base.
mapping=mapping.combinations,mapping.base, mapping.marksAbove parsed to JSON <with https://www.json2yaml.com/>