Add LICENSE and README.md for VBA-JSON library

- Added MIT License file to the json-converter directory.
- Created README.md with usage examples, installation instructions, and options for the VBA-JSON library.
This commit is contained in:
2026-02-20 15:17:47 +03:00
parent cb837c13b5
commit 29b935a597
4 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"manifest_version": "0.0.1",
"last_updated": "2026-02-20",
"config": {
"base_url": "https://gitea.shamanlanding.org/DaTekShaman/spqr/src/branch/main/power-query",
"require_auth": true
},
"queries": {
"fn_CleanCorporateDates": "fExtractAndRename.m",
"fn_ParseSASOutput": "fGetSheet.m",
"fn_UnpivotMatrix": "fIfBlank",
"dim_Calendar": "fRenameColumns.m",
"fn_UnpivotMatrix": "fReplace.m",
"dim_Calendar": "fReplaceFunction.m"
}
}