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
This package includes a `vendor/` directory containing a simplified, no-dependency JSON parser (`JSONX`) that can be vendored (copied) into other projects. See the [vendor README](vendor/README.md) for details.
85
+
This package includes a `vendor/` directory containing a simplified,
86
+
no-dependency JSON parser (`JSONX`) that can be vendored (copied) into other
87
+
projects. See the [vendor README](vendor/README.md) for details.
83
88
84
89
## Contributing and Questions
85
90
86
-
Contributions are very welcome, as are feature requests and suggestions. Please open an
87
-
[issue][https://github.com/JuliaIO/JSON.jl/issues] if you encounter any problems or would just like to ask a question.
91
+
Contributions are very welcome, as are feature requests and suggestions. Please
92
+
open an [issue](https://github.com/JuliaIO/JSON.jl/issues) if you encounter any
0 commit comments