mirror of
https://github.com/nlohmann/json.git
synced 2026-07-15 15:04:54 +00:00
Reorganize directories (#3462)
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
j1 = {"one":1,"two":2} | j2 = [1,2,4,8,16]
|
||||
j1 = [1,2,4,8,16] | j2 = {"one":1,"two":2}
|
||||
Reference in New Issue
Block a user