JSON for introspection
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Thu Feb 7 22:37:28 UTC 2019
On Thu, 7 Feb 2019 09:45:39 -0500, Felipe Gasper wrote:
> I’m just wanting, for my own project, to describe a D-Bus
> introspection using simple lists and dictionaries, which I’d then
> convert to the standard XML format. I wondered if there happens to be
> such a mapping that someone has already worked out.
That would be for internal use, so it would have nothing to do with the
D-Bus protocol specification as such?
Yes, I did work out such a thing, for Python at least--look at the
dbussy.Introspection class in DBussy <https://github.com/ldo/dbussy>,
<https://gitlab.com/ldo/dbussy>.
More information about the dbus
mailing list