yaml icon indicating copy to clipboard operation
yaml copied to clipboard

export convertToJSONableObject

Open itaysk opened this issue 5 years ago • 0 comments

I have a map[interface{}]interface{} object (or an object the contains it. originated from a yaml parser), and I need to marshal this object into json. I don't think this is the purpose of this library, but it would be super helpful if you just exported the function convertToJSONableObject and allowed people to use it in cases like this.

itaysk avatar Jun 09 '20 12:06 itaysk