Last updated 9 months ago
All examples are pretty mich focused on the services functionality, of course. All examples use quite simple profiles as input.
// ============================= auto created header ===== // # j.Invoice - Sample Data // A JSON example project that represents an invoice. // ============================= auto created header ===== { "Header" : { "InvoiceNo" : "character", "Firstname" : "character", "Lastename" : "character" }, "ItemLines" : [ "number", "character", "number" ] }
For each input profile there is a sub.SampleData.<ProfileName> process to create some example documents.