ProvTools / provR

GNU General Public License v2.0
7 stars 3 forks source link

Correct json capture #63

Open MKLau opened 6 years ago

MKLau commented 6 years ago

JSON is not being recorded correctly.

Switching to using the jsonlite package's mechanism should correct this.

margoseltzer commented 6 years ago

Can we validate this with some standard PROV-JSON parser/tools?

blernermhc commented 6 years ago

Elizabeth is working with a validation tool on the RDataTracker side to validate against prov-json so she may have good ideas about how to incorporate the validation into provR testing.

She has also begun looking into how jsonlite works.

MKLau commented 6 years ago

jsonlite has a validator that checks for correct json. Implementing that world be good.

I didn't see a function in the jsonlite package to check against a standard though.

fong22e commented 6 years ago

I have been using the package jsonvalidate to check against a standard.