Skip to content

Commit 1c876da

Browse files
committed
Add shields.io badges to README
1 parent a715554 commit 1c876da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PartialJSON
22

3+
[![Swift 5.9+](https://img.shields.io/badge/Swift-5.9+-orange.svg)](https://swift.org)
4+
[![Platforms](https://img.shields.io/badge/Platforms-iOS%20|%20macOS%20|%20tvOS%20|%20watchOS-blue.svg)](https://developer.apple.com)
5+
[![Swift Package Manager](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
6+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
7+
[![CI](https://github.com/itruf/PartialJSON/actions/workflows/swift.yml/badge.svg)](https://github.com/itruf/PartialJSON/actions/workflows/swift.yml)
8+
[![Documentation](https://img.shields.io/badge/Documentation-DocC-blue.svg)](https://itruf.github.io/PartialJSON/documentation/partialjson/)
9+
310
> **Attribution**: This library is developed based on the approach and methodology from [OpenAI's Node.js library](https://github.com/openai/openai-node), which itself vendors the [Promplate partial-json-parser-js](https://github.com/promplate/partial-json-parser-js) library. The test cases and parsing strategies are adapted from both the original @promplate implementation and @OpenAI's usage of it, ported to Swift with additional Swift-specific optimizations.
411
>
512
> Special thanks to the @Promplate team for creating [the original partial JSON parsing solution](https://github.com/promplate/partial-json-parser-js) that inspired this Swift implementation.

0 commit comments

Comments
 (0)