Simple package merging a Adaptive Card template json with a data json.
example call:
adaptivecard_templating_sdk.expand ( p_template_json => '{sampleTag: "Hello ${salutation} ${name}!"',
p_data_json => '{name: "Paolo", salutation: "Mr."}' );
To view or log issues, see issues.
Copyright (c) codingmonkeys doo. All Rights Reserved. Licensed under the MIT license.