Skip to content

GameFrameX/com.gameframex.unity.json.simplejson

Repository files navigation

Game Frame X Logo

SimpleJSON

License Version Unity Version Documentation

All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams


Documentation · Quick Start · QQ Group: 467608841 / 233840761


English | 简体中文 | 繁體中文 | 日本語 | 한국어

Project Overview

A modified version of SimpleJSON, primarily serving as a sub-library for GameFrameX. This library provides an improved JSON library for Unity.

Modifications

  1. Added link.xml for strip filtering
  2. Added SimpleJSONCroppingHelper anti-strip script

Quick Start

Installation

Choose one of the following methods:

  1. Edit your Unity project's Packages/manifest.json and add the scopedRegistries section:

    {
      "scopedRegistries": [
        {
          "name": "GameFrameX",
          "url": "https://gameframex.upm.alianblank.uk",
          "scopes": [
            "com.gameframex"
          ]
        }
      ],
      "dependencies": {
        "com.gameframex.unity.json.simplejson": "1.1.1"
      }
    }

    scopes controls which packages are resolved through this registry. Only packages whose names start with com.gameframex will be fetched from it.

  2. Add to manifest.json dependencies:

    {
       "com.gameframex.unity.json.simplejson": "https://github.com/gameframex/com.gameframex.unity.json.simplejson.git"
    }
  3. Use Package Manager in Unity with Git URL: https://github.com/gameframex/com.gameframex.unity.json.simplejson.git

  4. Clone the repository into your Unity project's Packages directory. It will be loaded automatically.

Documentation & Resources

Dependencies

Package Description
(无) -

Community & Support

  • QQ Group: 467608841 / 233840761

Changelog

See Releases for changelog.

License

See LICENSE.md for license information.

About

Modified SimpleJSON for Unity — a GameFrameX sub-library with IL2CPP strip protection (link.xml and anti-strip helper). Lightweight JSON parsing for Unity games.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages