Re: Using JSON to create Regions Dynamically

2015-08-31 Thread Wes Williams
Thanks. I'm generating regions dynamically now like a madman. *Wes Williams | Pivotal Sr. **Data Engineer* 781.606.0325 http://pivotal.io/big-data/pivotal-gemfire On Mon, Aug 31, 2015 at 4:04 PM, Jacob Barrett wrote: > You have to quote all your property names and remove the // comments. > > >

Re: Using JSON to create Regions Dynamically

2015-08-31 Thread Jacob Barrett
You have to quote all your property names and remove the // comments. Jacob Barrett  Manager  GemFire Advanced Customer Engineering (ACE)  Pivotal jbarr...@pivotal.io  503-533-3763 For immediate support please contact Pivotal Support at  http://support.pivotal.io/ On Mon, Aug 31, 2015 at 11:5

Re: Using JSON to create Regions Dynamically

2015-08-31 Thread Anthony Baker
Wes, That doesn’t look like valid json to me…try http://jsonlint.com. Anthony > On Aug 31, 2015, at 11:43 AM, Real Wes Williams > wrote: > > > > I’m creating regions dynamically using JSON… at least that’s the goal. The > JSONFormatter blows up when trying to convert the JSON fragment belo

Using JSON to create Regions Dynamically

2015-08-31 Thread Real Wes Williams
I’m creating regions dynamically using JSON… at least that’s the goal. The JSONFormatter blows up when trying to convert the JSON fragment below to a PDXInstance in preparation to be read by Region Attributes. I am referring to the AbstractBaseController>convert(String son) method. Does the j