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
Release history Release notifications | RSS feed
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dbb64005fdfd87f3e6f8bcf74d2d909d092381390babb71c29f0c67dbfe3321
|
|
| MD5 |
2f26eafdd934f17fc50369a1908d2fab
|
|
| BLAKE2b-256 |
408454fbe5453019fb6385b34846c7d3a1bd87bd9eff6d946c2d9c90d2913f58
|