Skip to main content
Ctrl+K
Logo image

COMPAS docs

  • Introduction
  • Installation
  • Tutorial
  • Examples
  • API Reference
    • API Reference
  • License
COMPAS.dev
  • API Reference
  • ChildLink
  • ChildLink.from_jsonstring

ChildLink.from_jsonstring

classmethod ChildLink.from_jsonstring(string)[source]

Construct an object of this type from a JSON string.

Parameters:
stringstr

The JSON string.

Returns:
compas.data.Data

An instance of this object type if the data contained in the string has the correct schema.

Raises:
TypeError

If the data in the string is not a compas.data.Data.

On this page
  • ChildLink.from_jsonstring()

© Copyright COMPAS Association.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.