Map avro schema example in php

2014-09-10 Thread Vadim Keylis
Good evening. This is snippet of  avro schema field that I need to
build data for and populate in php *{name: meta__kvpairs, type:
[ null, { type: map, values: [null, string] } ] }*.

 Would appreciate if someone gives me an example of how data would
look in php to satisfy meta__kvpairs avro rule so that it can be
serialized without exception.


Thanks so much.


Re: Map avro schema example in php

2014-09-10 Thread Vadim Keylis
Please disregard.


On Tue, Sep 9, 2014 at 11:26 PM, Vadim Keylis vkeylis2...@gmail.com wrote:

 Good evening. This is snippet of  avro schema field that I need to build data 
 for and populate in php *{name: meta__kvpairs, type: [ null, { 
 type: map, values: [null, string] } ] }*.

  Would appreciate if someone gives me an example of how data would look in 
 php to satisfy meta__kvpairs avro rule so that it can be serialized without 
 exception.


 Thanks so much.