User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: JSON++ Object [Dev] [alpha]

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb JSON++ Object [Dev] [alpha]

    Hello everyone,


    I'm excited to announce that the alpha version of our JSON++ Object extension is now available for testing and feedback. I'd like to point out that as a non-native English speaker, there may be grammatical errors in the extension's description and messages. Additionally, this is an initial test version and there are several bugs that have not been fixed yet. For now, only the Windows version is available and it's not possible to compile the project.


    Despite this, I believe it's important to gather feedback as early as possible to improve the extension and make it more useful for our users. If you encounter any problems or have suggestions, please share them via forum or Discord. I'm looking forward to hearing your feedback and making this JSON++ Object extension even better.


    Thank you in advance for your time and contributions.





    Best regards,
    Gui8515

    *The disabled options are either under development or not working properly.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb v0.0.61-alpha

    v0.0.61-alpha:
    + New condition: Current Object -> Exists
    + New condition: Current Object -> Is Empty
    + New condition: Current Object -> Is Structured
    + New condition: Current Object -> Is Object
    + New condition: Current Object -> Is Array -> Values is Any
    + New condition: Current Object -> Is Number -> Any
    + New condition: Current Object -> Is Number -> Integer
    + New condition: Current Object -> Is Number -> Float
    + New condition: Current Object -> Is String
    + New condition: Current Object -> Is Boolean
    + New condition: Current Object -> Is Null
    + New condition: Current Object -> Is Binary
    + New condition: Object -> Exists
    + New condition: Object -> Is Empty
    + New condition: Object -> Is Structured
    + New condition: Object -> Is Object
    + New condition: Object -> Is Array -> Values is Any
    + New condition: Object -> Is Number -> Any
    + New condition: Object -> Is Number -> Integer
    + New condition: Object -> Is Number -> Float
    + New condition: Object -> Is String
    + New condition: Object -> Is Boolean
    + New condition: Object -> Is Null
    + New condition: Object -> Is Binary
    * Fix Navigation menu

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,097
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)

    Question

    Hi! Why not extending this existing extension?

    https://github.com/LB--/JSON-Object

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by StingRay View Post
    Hi! Why not extending this existing extension?

    https://github.com/LB--/JSON-Object

    Basically, for technical reasons, I decided to use an SDK maintained by @Phi. I chose this mainly because it's a more modern and agile SDK, which has sped up the development process a lot. @LB's library is limited in terms of the features I want to implement in my project, among other reasons.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wink v0.0.64-alpha

    ### v0.0.64-alpha
    + Condition: Navigation -> Has Navigated To Object


    ### v0.0.63-alpha
    + Condition: Current Object -> Is True
    + Condition: Current Object -> Is False
    + Condition: Navigation -> Has Left Object
    + Condition: Navigation -> Has Set Path
    + Condition: Navigation -> Has Set Current Object


    ### v0.0.62-alpha
    + Condition: Compare To String
    + Condition: Is True
    + Condition: Is False
    + Expression: Get Type

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation

    ### v0.0.65-alpha
    + Expression: Current Object -> Get Number Of Object
    + Expression: Object -> Get Number Of Object
    * Bug reported: Variables type number is broken


    ### v0.0.66-alpha
    * Fix compile Android


    ### v0.0.67-alpha
    * Fix compile Android


    ### v0.0.68-alpha
    * Fix compile Unicode


    ### v0.0.69-alpha
    * Fix compile Unicode
    * Update Examples

  7. #7
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    tk22's Avatar
    Join Date
    Dec 2014
    Posts
    150
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Question

    Looks promising Guilherme
    Any plans for cross-platform support (iOS + Android)?

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by tk22 View Post
    Looks promising Guilherme
    Any plans for cross-platform support (iOS + Android)?
    Thanks! Yeah, it's already in the works! You can stay tuned for updates here or on Clickteam Discord.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ### v0.0.71-alpha

    + Action: Set JSON from String
    + Expression: Get Index
    + Expression: Current Object -> Get Index
    + Condition: File -> On Set JSON from String
    * Fix Unicode
    * Fix Expression: Get Error
    * Fix Expression: Current Object -> Get Boolean
    + New Example: Pokedex - API Consumer
    + New Example: Combo Box - Cascading Dropdown

  10. #10
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Mac Export Module (Steam)Universal Windows Platform Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Guilherme's Avatar
    Join Date
    Dec 2010
    Location
    Brazil, São Paulo, SP
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Lightbulb v0.0.73-alpha

    * Fix conversion int and float
    * Fix Action: Current Object -> Insert Value
    + Action: Current Object -> Change -> Set String
    + Action: Current Object -> Change -> Value -> Set Value
    + Action: Current Object -> Change -> Value -> Add Value
    + Action: Current Object -> Change -> Value -> Subtract Value
    + Action: Current Object -> Change -> Boolean -> True
    + Action: Current Object -> Change -> Boolean -> False
    + Action: Current Object -> Change -> Boolean -> Toggle
    + Action: Current Object -> Change -> Boolean -> Set Boolean
    + New Example: JSON++ Numbers
    + New Example: JSON++ Booleans
    + New Example: JSON++ String
    Attached files Attached files

Page 1 of 2 1 2 LastLast

Similar Threads

  1. JSON Object
    By LB in forum Released Extensions
    Replies: 64
    Last Post: 5th August 2022, 12:01 AM
  2. [Beta] JSON Object
    By LB in forum Extension Development
    Replies: 49
    Last Post: 8th January 2015, 05:03 PM
  3. [Request] JSON Object
    By ItsAUsername in forum Extension Development
    Replies: 33
    Last Post: 13th May 2013, 06:34 PM
  4. JSON Object ?
    By Rushino in forum Extension Development
    Replies: 0
    Last Post: 3rd April 2013, 05:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •