JSON Parser custom operations fails to parse if there is NULL attribute in the path of the parsed attributeDescriptionJSON Parser custom operations fails to parse if there is NULL attribute in the path of the parsed attribute. For example if the parsing path looks like "example:root.row1.property.name.text" and some JSON elements have NULL "property" the pattern will throw an error that it cannot parse "name" attribute from NULL.Steps to Reproduce - place the attached JSON object in a pattern variable- try to JSON parse the object and include some "property" key-> this should throw the desired error- remove from the JSON parse the property key and/or use the old "parse variable" step with JSON style - the parsing would work successfully.WorkaroundThe modified version of the custom operation "Parse JSON" is attached and also this issue is fixed with PRB1507436 and available OOTB in plugin "Discovery and Service Mapping Patterns" version 1.0.83Related Problem: PRB1507436