JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <JSONURLSource.h>
Represents a web url which contains a single JSON file to be imported.
|
explicit |
|
overridevirtual |
Estimates the size of the document to be imported
Reimplemented from joda::docparsing::IImportSource.
|
overridevirtual |
|
overridevirtual |
Returns a string as this IImportSource would be represented in a query
Implements joda::docparsing::IImportSource.
|
overridevirtual |
Returns a (human readable) string describing the IImportSource. A.toString() == B.toString() => A == B
Implements joda::docparsing::IImportSource.