Tallystick
EN
Pricing

Convert UBL to JSON

For the case where the next step is code, not a spreadsheet. The invoice comes out as JSON with the same field names the other exports use.

Drop an invoice here
Export to:
Seller and buyer
Line items
#Description QtyUnit Unit priceVAT %Net amount
Tax breakdown and totals
CategoryRateTaxable baseVAT amount
Payment and references

Why JSON and not the raw XML

The raw XML is already structured, but the way the standard wants, not the way an integration wants: deeply nested, namespace-prefixed, with the same value reachable by three paths. The JSON here is the flattened result of the mapping, so a UBL file and a CII file produce the same keys and your code stops caring which syntax arrived.