Uses of Class
org.json.com.docmosis.JSONException

Packages that use JSONException
com.docmosis.template.population   
 

Uses of JSONException in com.docmosis.template.population
 

Methods in com.docmosis.template.population that throw JSONException
 DataProviderBuilder DataProviderBuilder.addJSONFile(File jsonFile)
          Add a JSON file to the existing data provider.
 DataProviderBuilder DataProviderBuilder.addJSONString(String jsonString)
          Add a JSON string to the existing data provider.
 String JSONDataProvider.toJSONString()
          Convert this Data Provider into a JSON string.
static String JSONDataProvider.toJSONString(MemoryDataProvider dp)
          Convert the given Data Provider into a JSON string.
 

Constructors in com.docmosis.template.population that throw JSONException
JSONDataProvider(String jsonString, StringInterceptor[] interceptors)
          Construct a data provider from a JSON string.
 



Copyright © 2014–2023 Docmosis Pty Ltd. All rights reserved.