Have you tried just the normal JSON format and had problems getting it to work? For example, for the ActiveModelAdapter, I believe it will expect this for a Comment:
{
comment: {
one_post: { <Post JSON here> },
two_post: { <Post JSON here> },
...
}
}