Utility
API
getIn
import {getIn} from '@jho406/breezy''/posts': {
data: {
posts: [
{
post_id: 1
title: 'hello world'
comments: [
{
comment_id: 1,
body: 'Here's a comment
}
]
}
]
}
}Last updated