This is a library that allows for the creation and manipulation of simple JavaScript-like objects. This project contains custom blocks that allow you to create/delete objects and create/set/get/delete properties. Documentation is provided inside the project. This library does not support classes, polymorphism, data abstraction, encapsulation, or methods, it only supports creating objects with properties. Due to how the blocks work, this project can also be used to dynamically create and set variables.
Made by Hat_Mch1 Last updated : 7-11-22 I probably wont update this ever but just in case here's a changelog: 7-11-22 initial release : released the library, it contains 5 custom blocks that allow for the creation and manipulation of simple JavaScript-like objects.