.PYON 파일 확장자
Python Object Notation File
| 개발사 | nawafalqari |
| 인기도 |
2.0 | 1 투표 |
PYON 파일이란 무엇인가요?
A PYON file contains simple data structures written in the Python Object Notation (PYON) format, which is identical to JSON. It is used to organize and store data used by a Python program. Using PYON Reader, Python programs can retrieve information from or update information in PYON files.
추가 정보
Like .JSON files, PYON files are used to structure and store datasets that programs can retrieve and update. Unlike JSON files, PYON files are meant to be used only with Python programs that import the PYON Reader (pyonr) package.
The document-oriented database NotDB, which is also developed by nawafalqri, also uses PYON-format data.
PYON 파일을 여는 방법
You can open and edit a PYON file in any text or source code editor. Source code editors, such as Microsoft Visual Studio Code (multiplatform) and GitHub Atom (multiplatform), contain helpful features that make reading and editing PYON files easier.
To use a PYON file in a Python program, refer to pyonr's documentation (linked below).
