Closed gabstv closed 6 years ago
https://github.com/gabstv/dson2json
dson := `such "foo" is so no and yes many wow` in0 := bytes.NewBufferString(dson) out0 := new(bytes.Buffer) dson2json.Convert(in0, out0) fmt.Println(out0.String()) // prints {"foo":[false,true]}
I could add as a pull request too if it's easier.
https://github.com/gabstv/dson2json
I could add as a pull request too if it's easier.