MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / struct

Method struct

src/test/java/com/amazon/ion/IonTestCase.java:503–506  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

501 }
502
503 public IonStruct struct(String text)
504 {
505 return (IonStruct) oneValue(text);
506 }
507
508
509 public void putParsedValue(IonStruct struct,

Calls 1

oneValueMethod · 0.95

Tested by

no test coverage detected