Closed vcharpenay closed 3 years ago
make readProperty/writeProperty take a single Object as output (a Jason structure or list) that is parsed and turned into a JSON value.
readProperty
writeProperty
Object
on-going, see b19f32a9e16556278f4398fc67bd5b350bc9bdde.
To do: deal with arrays (ListTerms) and objects (Structures).
ListTerm
Structure
done. (Possible improvement: JSON library as Prolog rules to process JSON values)
make
readProperty
/writeProperty
take a singleObject
as output (a Jason structure or list) that is parsed and turned into a JSON value.