hjson-php
Hjson for PHP
File Explorer
Download Latest Version (.zip)- test.yml
- HJSONException.php
- HJSONParser.php
- HJSONStringifier.php
- HJSONUtils.php
- charset2_result.hjson
- charset2_result.json
- charset2_test.hjson
- charset_result.hjson
- charset_result.json
- charset_test.hjson
- comments_result.hjson
- comments_result.json
- comments_test.hjson
- empty_result.hjson
- empty_result.json
- empty_test.hjson
- failCharset1_test.hjson
- failJSON02_test.json
- failJSON05_test.json
- failJSON06_test.json
- failJSON07_test.json
- failJSON08_test.json
- failJSON10_test.json
- failJSON11_test.json
- failJSON12_test.json
- failJSON13_test.json
- failJSON14_test.json
- failJSON15_test.json
- failJSON16_test.json
- failJSON17_test.json
- failJSON19_test.json
- failJSON20_test.json
- failJSON21_test.json
- failJSON22_test.json
- failJSON23_test.json
- failJSON26_test.json
- failJSON28_test.json
- failJSON29_test.json
- failJSON30_test.json
- failJSON31_test.json
- failJSON32_test.json
- failJSON33_test.json
- failJSON34_test.json
- failJSON35_test.json
- failKey1_test.hjson
- failKey2_test.hjson
- failKey3_test.hjson
- failKey4_test.hjson
- failKey5_test.hjson
- failMLStr1_test.hjson
- failObj1_test.hjson
- failObj2_test.hjson
- failObj3_test.hjson
- failObj4_test.hjson
- failStr1a_test.hjson
- failStr1b_test.hjson
- failStr1c_test.hjson
- failStr1d_test.hjson
- failStr2a_test.hjson
- failStr2b_test.hjson
- failStr2c_test.hjson
- failStr2d_test.hjson
- failStr3a_test.hjson
- failStr3b_test.hjson
- failStr3c_test.hjson
- failStr3d_test.hjson
- failStr4a_test.hjson
- failStr4b_test.hjson
- failStr4c_test.hjson
- failStr4d_test.hjson
- failStr5a_test.hjson
- failStr5b_test.hjson
- failStr5c_test.hjson
- failStr5d_test.hjson
- failStr6a_test.hjson
- failStr6b_test.hjson
- failStr6c_test.hjson
- failStr6d_test.hjson
- failStr8a_test.hjson
- failStr9a_test.hjson
- kan_result.hjson
- kan_result.json
- kan_test.hjson
- keys_result.hjson
- keys_result.json
- keys_test.hjson
- large_file_result.hjson
- large_file_result.json
- large_file_test.json
- oa_result.hjson
- oa_result.json
- oa_test.hjson
- pass1_result.hjson
- pass1_result.json
- pass1_test.json
- pass2_result.hjson
- pass2_result.json
- pass2_test.json
- pass3_result.hjson
- pass3_result.json
- pass3_test.json
- pass4_result.hjson
- pass4_result.json
- pass4_test.json
- passSingle_result.hjson
- passSingle_result.json
- passSingle_test.hjson
- root_result.hjson
- root_result.json
- root_test.hjson
- stringify1_result.hjson
- stringify1_result.json
- stringify1_test.hjson
- strings2_result.hjson
- strings2_result.json
- strings2_test.hjson
- strings3_result.hjson
- strings3_result.json
- strings3_test.hjson
- strings4_result.hjson
- strings4_result.json
- strings4_test.hjson
- strings_result.hjson
- strings_result.json
- strings_test.hjson
- trail_result.hjson
- trail_result.json
- trail_test.hjson
- HJSONParserTest.php
- .gitignore
- composer.json
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/hjson/hjson-php
Downloads the entire project code from GitHub to your computer.
cd hjson-php
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require laktak/hjson
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
