You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can now define where the data directory is using the `JSONLITE_PATH` environment variable. It defaults to the existing path,`$PWD/jsonlite.data`.
76
+
- You can now define the data directory path using the `JSONLITE_PATH` environment variable. It defaults to `$PWD/jsonlite.data`.
77
77
78
78
- JSONlite has been transformed such that it can be used as a library. To do so, simply source in all the methods at the top of your script.
0 commit comments