ParseFile Method
Loads a JSON file into the component.
Object Oriented Interface
public function doParseFile($filename);
Procedural Interface
ipworks_json_do_parsefile($res, $filename);
Remarks
This method loads a JSON file and attempts to parse it, filling in the properties as it goes. The feed properties can be accessed either directly through the named properties or events.