Tom Wright

Results 121 comments of Tom Wright

That file is indeed the one that needs editing. I have done a quick test and found that simply using `mxj.NewMapXmlSeq` instead of `mxj.NewMapXml` doesn't work. I'll have to do...

It seems that when using `NewMapXmlSeq` the XML version and comment information are added as map nodes at the root level causing confusion.

I am planning on looking into this. I may need to implement custom JSON encoders/decoders to get this working

Nothing yet I'm afraid - I'm pretty busy right now

Thank you for your suggestion. I'm open to supporting this but won't have time to get started for at least a week and a half due to work and holiday....

I'm considering allowing dasel to deal with multiple formats within a single file by allowing comma separated `r`, `w` and `p` flags. This would then allow you to read the...

Sure I can see the value in this. This package looks promising: https://github.com/DHowett/go-plist

Are you looking to use the functionality from the commandline or from go?

I'm always open to supporting new file formats, as long as they play nicely with other implementations. I will take a look at HCL 2 and get back to you...

Hey @josegonzalez, This looks like it will be a longer term feature since I'll need to write some logic to parse hcl documents into a generic `map[string]interface{}`. Short term it...