google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

feat: Implement std.parseXmlJsonml #1092

Open rohitjangid opened 1 year ago

rohitjangid commented 1 year ago

Implement std.parseXmlJsonml documentation. This function is go-only function

Currently this PR is using https://github.com/google/jsonnet/pull/1085 as base to reuse golang only error code and should be merged after this.

go-jsonnet PR: https://github.com/google/go-jsonnet/pull/704