Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

PBIJSON(PreBulitIndexJSON)

An asset by AdvanceControl
The page banner background of a mountain and forest

Quick Information

No ratings yet
PBIJSON(PreBulitIndexJSON) icon image
AdvanceControl
PBIJSON(PreBulitIndexJSON)

Instead of parsing a complex JSON tree every time you need a value, PBIJSON pre-processes your .json file into a highly optimized, flat-indexed .pbijson format. This format uses depth markers, jump markers to enable lightning-fast data retrieval using optimizedsearch.Features - Blazing Fast Lookups: Radically speeds up  operations, especially for deeply nested data or large collections. - Low Memory Overhead: The memory occupied by PBIJSON data is much less than that of a dictionary. - Smart Caching: Features an optional, granular caching system to provide near-instant results for repeated queries. - Simple API: Interact with your data using an intuitive, path-based API ("path/to/my/value") that feels just like using a nested Dictionary. - Offline Build Process:  The heavy lifting of indexing is done once, offline, ensuring no performance spikes during gameplay. - Full Key Support: Handles all valid JSON key names by supporting standard path escaping (e.g., characters/\\/char_0000 to access the key "\/char_0000").

Supported Engine Version
4.0
Version String
1.1
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL
Download ZIP

PreBuiltIndexJSON

Instead of parsing a complex JSON tree every time you need a value, PBIJSON pre-processes your .json file into a highly optimized, flat-indexed .pbijson format. This format uses depth markers, jump markers to enable lightning-fast data retrieval using linear search.

Features

  • Blazing Fast Lookups: Radically speeds up  operations, especially for deeply nested data or large collections.

  • Low Memory Overhead: The memory occupied by PBIJSON data is much less than that of a dictionary.

  • Smart Caching: Features an optional, granular caching system to provide near-instant results for repeated queries.

  • Simple API: Interact with your data using an intuitive, path-based API ("path/to/my/value") that feels just like using a nested Dictionary.

  • Offline Build Process:  The heavy lifting of indexing is done once, offline, ensuring no performance spikes during gameplay.

  • Full Key Support: Handles all valid JSON key names by supporting standard path escaping (e.g., characters/\/char_0000 to access the key "/char_0000").

Instead of parsing a complex JSON tree every time you need a value, PBIJSON pre-processes your .json file into a highly optimized, flat-indexed .pbijson format. This format uses depth markers, jump markers to enable lightning-fast data retrieval using optimizedsearch. Features - Blazing Fast Lookups: Radically speeds up  operations, especially for deeply nested data or large collections. - Low Memory Overhead: The memory occupied by PBIJSON data is much less than that of a dictionary. - Smart Caching: Features an optional, granular caching system to provide near-instant results for repeated queries. - Simple API: Interact with your data using an intuitive, path-based API ("path/to/my/value") that feels just like using a nested Dictionary. - Offline Build Process:  The heavy lifting of indexing is done once, offline, ensuring no performance spikes during gameplay. - Full Key Support: Handles all valid JSON key names by supporting standard path escaping (e.g., characters/\\/char_0000 to access the key "\/char_0000").

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
PBIJSON(PreBulitIndexJSON) icon image
AdvanceControl
PBIJSON(PreBulitIndexJSON)

Instead of parsing a complex JSON tree every time you need a value, PBIJSON pre-processes your .json file into a highly optimized, flat-indexed .pbijson format. This format uses depth markers, jump markers to enable lightning-fast data retrieval using optimizedsearch.Features - Blazing Fast Lookups: Radically speeds up  operations, especially for deeply nested data or large collections. - Low Memory Overhead: The memory occupied by PBIJSON data is much less than that of a dictionary. - Smart Caching: Features an optional, granular caching system to provide near-instant results for repeated queries. - Simple API: Interact with your data using an intuitive, path-based API ("path/to/my/value") that feels just like using a nested Dictionary. - Offline Build Process:  The heavy lifting of indexing is done once, offline, ensuring no performance spikes during gameplay. - Full Key Support: Handles all valid JSON key names by supporting standard path escaping (e.g., characters/\\/char_0000 to access the key "\/char_0000").

Supported Engine Version
4.0
Version String
1.1
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers