;web: tweak JSON PUT doc

This commit is contained in:
Simon Michael 2020-05-21 10:31:30 -07:00
parent 683641d0f2
commit 936233f5f6

View File

@ -238,10 +238,9 @@ $ mv pretty txn.json
``` ```
Here's how it looks as of hledger-1.17. Here's how it looks as of hledger-1.17.
Note, this JSON corresponds to hledger's Transaction data type - use Note, this JSON corresponds to hledger's Transaction data type - to understand these fields, use
the [journal manual](journal.html#transactions) the [journal manual](journal.html#transactions) and follow the various data type links in
and the type definitions in [Hledger.Data.Types](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/Types.hs) [Hledger.Data.Json's haddock](http://hackage.haskell.org/package/hledger-lib-1.17.1/docs/Hledger-Data-Json.html):
to understand these fields:
```json ```json
{ {