I notice this class has been added to the java codegen package: com.daml.lf.codegen.json.JsonCodec
. It seems to only support converting Value
s to JsValue
s. Is there any way to do the opposite – deserialise a JsValue
into a Value
?
Hi, can I please get some update on the above question? Essentially, I’d like to be able to convert JSON into Daml Values.
There isn’t any option for decoding at the moment. It may be added later but we don’t have a timeline for it at this point.
Is there any update on this one? I assume still not available yet? Thanks