laconic-registry-cli/src
Thomas E Lackey 129019105d Convert sub-objects (other than arrays) in YAML to JSON strings automatically. (#38)
This allows us to support attributes in YAML like this:

```
  meta:
    foo: bar
    bar:
      baz: boz
```

Which will automatically become:

```
"meta": "{\"foo\":\"bar\",\"bar\":{\"baz\":\"boz\"}}"
```

> Note: cosmos-sdk's protobuf code does not support maps (https://github.com/cosmos/cosmos-sdk/issues/15254), or else we would just use a map.

Reviewed-on: cerc-io/laconic-registry-cli#38
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-20 22:01:39 +00:00
..
cmds Convert sub-objects (other than arrays) in YAML to JSON strings automatically. (#38) 2023-11-20 22:01:39 +00:00
util eliminate dry code 2023-03-27 18:14:42 +05:30
decs.d.ts Implement commands for record operations 2022-04-25 15:18:12 +05:30
index.ts json format 2023-03-27 17:35:47 +05:30