;web: tweak JSON PUT doc

This commit is contained in:
Simon Michael 2020-05-21 10:05:04 -07:00
parent fab62b4cc3
commit 0cf5e010de

View File

@ -226,7 +226,7 @@ or export it using hledger-lib's `writeJsonFile` helper (there's also `readJsonF
```shell ```shell
$ make ghci-web $ make ghci-web
>>> import Hledger >>> import Hledger
>>> writeJsonFile "txn.json" (head $ jtxns samplejournal) >>> writeJsonFile "txn.json" (head $ jtxns samplejournal) -- export samplejournal's first transaction
>>> :q >>> :q
``` ```
@ -238,9 +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 corresponds to the Transaction data type - use the type definitions in 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) [Hledger.Data.Types](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/Types.hs)
for reference): as a reference to understand these fields:
```json ```json
{ {