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 details)

Uploaded Source

File details

Details for the file rjson-0.72.zip.

File metadata

  • Download URL: rjson-0.72.zip
  • Upload date:
  • Size: 1.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rjson-0.72.zip
Algorithm Hash digest
SHA256 6dbb64005fdfd87f3e6f8bcf74d2d909d092381390babb71c29f0c67dbfe3321
MD5 2f26eafdd934f17fc50369a1908d2fab
BLAKE2b-256 408454fbe5453019fb6385b34846c7d3a1bd87bd9eff6d946c2d9c90d2913f58

See more details on using hashes here.

Supported by

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