Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 366 Bytes

File metadata and controls

15 lines (9 loc) · 366 Bytes

JSON to Plist

This application converts data between the JSON and Plist formats.

To test the website with Docker locally, run:

docker run -p 8080:80 $(docker build -q .)

Then access it from: http://127.0.0.1:8080/

Acknowledgement

This application uses an early version of the CFPropertyList library.