Skip to main content

easy way to get n number of json objects from a string automatically

Project description

A simple library for returning N javascript objects from a string

usage:

import rjson

testStr = “”” { “a”: “b” } { “a”: “c” } { “a”: “d” } “””

for result in rjson.parseJson(testStr):

print result

will return:

{“a”: “b”} {“a”: “c”} {“a”: “d”}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rjson-0.72.zip (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page