google / jsonnet

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

feat: add doc for std.parseCsv and std.manifestCsv #1088

Open rohitjangid opened 1 year ago

rohitjangid commented 1 year ago

Add doc for std.parseCsvWithHeader and std.manifestCsv

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

rohitjangid commented 1 year ago

@sparkprime is it fine to break the compatibility for these functions in cpp implementation?

sparkprime commented 1 year ago

Yes I think we can break compatibility for newly introduced library functions at this point.