---
title: "memory from json · RUAL Documentation"
description: "Cast a raw {id, guid} object into a memory handle for a send message block; for passing a memory handle you already have."
canonical: https://docs.rual.nl/block-types/anthropic/anthropicconnection_memory_from_json
language: en
---

# memory from json

This block is part of the [`anthropic`](https://docs.rual.nl/block-types/anthropic) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Cast a raw {id, guid} object into a memory handle for a send message block; for passing a memory handle you already have.

- json required `object` A memory handle object: {id, guid}.

- memory `anthropicmemory` The memory handle; wire into a send message block.

| `raw memory` |
| --- |
| `memory cast` |
| `memory handle` |

A typical wiring for [memory from JSON](https://docs.rual.nl/block-types/anthropic/anthropicconnection_memory_from_json): [new object](https://docs.rual.nl/block-types/object/object_new_fields) feeds the `json` pin; the `memory` out pin feeds [send message](https://docs.rual.nl/block-types/anthropic/anthropicconnection_message).

![Studio canvas example for the memory from JSON block: typical wiring for memory from JSON.](https://docs.rual.nl/canvas-examples/anthropicconnection_memory_from_json.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
