#829 Example zinc / json format files.

Glenn Pierce Fri 19 Jun 2020

Hi I am currently creating a haystack library for rust. Currently I am creating a parser using nom for zinc and json.

Are there any non trivial published zinc and json files anywhere that conform to the spec so I can try to read them in my tests ?

Thanks

Brian Frank Fri 19 Jun 2020

Hi Glenn, a Rust library will be very cool!

I would start off with the def files themselves which you can download here

I would also pull some of the test cases from the Java library here

Would be nice to just a central location of test cases too, we should evaluate that

Glenn Pierce Fri 19 Jun 2020

That's great Thanks.

Login or Signup to reply.