API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

Parse Method

Parses XML/JSON content and loads it into the component.

Syntax

public void parse(String input, String format);

Remarks

This method is used to parse and load XML or JSON content into the bean.

Input can be set to either a valid file path or raw XML or JSON content. Format must be set to either "xml" or "json".

After the bean has parsed and loaded the XML or JSON content, you can use the following properties to navigate and inspect it:

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]