On Wed, 20 May 2026 11:56:40 +0800 Chengwen Feng <[email protected]> wrote:
> After this commit:
> {
> "/dmadev/list": [
> "0 hisi_sec2-0-dma0",
> "1 hisi_sec2-0-dma1"
> ]
> }
That is awkward JSON. Better to not have the 0 and 1 prefixes.
Typical usage will read JSON in python and array index would
be implicit.

