https://github.com/nalbion/lol-json
JSON Data Processor in LOLCode
https://github.com/nalbion/lol-json
dev-challenge
Last synced: 11 months ago
JSON representation
JSON Data Processor in LOLCode
- Host: GitHub
- URL: https://github.com/nalbion/lol-json
- Owner: nalbion
- Created: 2023-05-17T14:54:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T15:04:25.000Z (about 3 years ago)
- Last Synced: 2025-04-03T07:44:50.627Z (about 1 year ago)
- Topics: dev-challenge
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Data Processor in LOLCode
## Running the code
```bash
run
```
Or in Docker:
```bash
docker run --rm -v $(pwd):/app/ -w /app --entrypoint "/app/run" python:3.10-slim
```
Or on Windows:
```bash
docker run --rm -v %cd%:/app/ -w /app --entrypoint "/app/run" python:3.10-slim
```
If you'd prefer Python code, you can run the above commands with `--python`
## Sample output:
````
Patients
Cheryl Adams
Christina Adams
George Adams
Helen Adams
Carl Alexander
...
Patrick Wright
Nurses
[Ward 1]
Nicole Campbell
Roy Hunt
Jesse Johnson
...
Terry Ruiz
Cheryl Stevens
Doctors
Beverly Allen: 8-(368)867-0114
Paul Andrews: 8-(537)325-2084
Tammy Bailey: 7-(299)751-6590
...
````