Java JsonCodec -- how to convert from JsValue to Value

I notice this class has been added to the java codegen package: com.daml.lf.codegen.json.JsonCodec. It seems to only support converting Values to JsValues. 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.