{
  "synLogic": "int $ret \u003d $api($1, $2);",
  "help": "",
  "notes": "",
  "returns": "int",
  "arguments": "",
  "parameterization": "",
  "name": "ns_save_value_from_file",
  "syntax": "int ns_save_value_from_file(const char *file_name, const char* param_name)",
  "javaSyntax": "int ns_save_value_from_file(const char *file_name, const char* param_name)",
  "cEx": "",
  "javaEx": "",
  "insertStrC": "ns_save_value_from_file(const char *file_name, const char* param_name);",
  "insertStrJava": "ns_save_value_from_file(const char *file_name, const char* param_name);",
  "description": "",
  "component": [
    {
      "id": "$1",
      "type": "TextField",
      "label": "File Name",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter File Name",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": true
      }
    },
	{
      "id": "$2",
      "type": "TextField",
      "label": "Parameter Name",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Parameter Name",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": true
      }
    },
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter return variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": false,
        "method": "isValidVar(arg)"
      }
    }
  ]
}