adaptive-expressions
Version:
Common Expression Language
26 lines • 641 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the JavaScript Object Notation (JSON) type value or object of a string or XML.
*/
export declare class Json extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Json](xref:adaptive-expressions.Json) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=json.d.ts.map