https://github.com/shiguredo/jsone
https://github.com/shiguredo/jsone
erlang json
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiguredo/jsone
- Owner: shiguredo
- License: apache-2.0
- Created: 2024-11-18T02:07:27.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-10T06:08:31.000Z (over 1 year ago)
- Last Synced: 2025-04-30T17:06:39.817Z (about 1 year ago)
- Topics: erlang, json
- Language: Erlang
- Homepage:
- Size: 821 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# shiguredo_jsone

[](https://github.com/shiguredo/jsone)
[](https://hex.pm/packages/shiguredo_jsone)
[](https://opensource.org/licenses/Apache-2.0)
## 概要
[Erlang/OTP の標準 JSON ライブラリ](https://www.erlang.org/doc/apps/stdlib/json.html) を [sile/jsone: Erlang JSON library](https://github.com/sile/jsone) 互換にするラッパーです。
> [!CAUTION]
> jsone 一部の機能のみを実装しています。
## rebar.conf
```erlang
{deps, [{jsone, "2024.1.0", {pkg, shiguredo_jsone}}]}.
```
## ライセンス
```text
Copyright 2024-2024, Takeru Ohta (Original Author)
Copyright 2024-2024, Shiguredo Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```