Version 19.0.5.0
Features:
- New text function ReplaceJson:
- json.ReadFrom('{"name": "Cosmo", "size": 5, "sub":{"age":17} }');
- result := 'I am {json:name} and I am {json:sub/age/} years old.';
- result := TextFunctions.ReplaceJson(result, json);
- The translations have been standardized.
Bugfixes: