ISA-json writer functions now contain useIDReferencing flag, which will lead to every object in the json file being written only once. For every other appearance of the same object, an object just containing its @id will be written in its stead.
Usage:
fsharp
open ARCtrl
open ARCtrl.Json
ArcStudy.toISAJsonString(useIDReferencing = true) study
Description
ISA-json writer functions now contain
useIDReferencing
flag, which will lead to every object in the json file being written only once. For every other appearance of the same object, an object just containing its@id
will be written in its stead.Usage:
fsharp
javascript
python
@Freymaurer @xiaoranzhou
324