Use simplejson to decode the JSON file into the appropriate array,
dictionary whatever. It's included in contrib.


On Feb 1, 3:22 am, Al <albertsec...@gmail.com> wrote:
> Hi,
>
> I am using web2py to build an application to read a few  .JSON files
> which are updated periodically (every 300s), the information within
> the files will be decoded and used to update a database as well update
> some screens. As I am new to all web2py and python, could anyone tell
> me  how I can load each json file and assigned it to an array or some
> appropriate data structure. Also in order to detect if the json file
> was updated, are there some built in functions which can detect such a
> change or I have to write code to check after loading it into the
> database. It seems that web2py has a lot of magic functions which can
> be used to make things a lot simpler than other framework or
> languages.
>
> Cheers
> Al

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to