Learn how runchat formats and converts between different common data types
keys
, each with a value
that can be any data type you like - including another object. Objects are always written in the same format:
{}
, and keys and values are always separated by a :
.
Because a lot of third party APIs (including language models and services like youtube) return data in object format, runchat needs to work with them. Runchat defaults to the object input for object types, where you can easily add keys and values including creating nested objects.