mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;web: tweak JSON PUT doc
This commit is contained in:
parent
39ab2a6b2b
commit
683641d0f2
@ -238,9 +238,10 @@ $ mv pretty txn.json
|
||||
```
|
||||
|
||||
Here's how it looks as of hledger-1.17.
|
||||
Note, this JSON corresponds to hledger's Transaction data type - use the definitions in
|
||||
[Hledger.Data.Types](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/Types.hs)
|
||||
as a reference to understand these fields:
|
||||
Note, this JSON corresponds to hledger's Transaction data type - use
|
||||
the [journal manual](journal.html#transactions)
|
||||
and the type definitions in [Hledger.Data.Types](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/Types.hs)
|
||||
to understand these fields:
|
||||
|
||||
```json
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user