Basically I have an array in the format: array('context_text'=>some_value,'name'=>some_value,'target'=>{..});
I need to add another value to the target index like:
array('context_text'=>some_value,'name'=>some_value,'target'=>{..},{...},{...});
What is the equivalent ReQl code for PHP for this?