[web2py] Re: json validation

2013-01-20 Thread Alan Etkin
CONTROLLER FUNCTION: (the myobj value is copied from my cell's edit page after being inserted into my Oracle DB. The json field type does not validate insert/update for values stored programatically, validation is performed when you send values with the json widget. However, you could

[web2py] Re: json validation

2013-01-20 Thread Bill Thayer
Thank you, My revised function looks like this: def json_parameters(param_names): takes an array of parameter names which are attributes to a design cell then looks up the default value and unit in the attributes table and returns an array of json dictionary objects to be inserted