Package be.ugent.rml.records
Class JSONRecord
- java.lang.Object
-
- be.ugent.rml.records.Record
-
- be.ugent.rml.records.JSONRecord
-
public class JSONRecord extends Record
This class is a specific implementation of a record for JSON. Every record corresponds with a JSON object in a data source.
-
-
Constructor Summary
Constructors Constructor Description JSONRecord(Object document, String path)
-