JSON Action Plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • JSON Action Plugin

    This is a simple and free action plugin that can encode and decode JSON data.

    It has a lot of potential and from my tests is pretty stable.

    Enjoy.
    Attached Files
  • eleyea(sa)
    Forum Member
    • Aug 2009
    • 107

    #2
    i downloaded it and the attached APZ File but i didn't understant it :>>>
    it has 2 functions encode and decode but can you explain more about it please so we can use it as well as possible

    but really thank you for your work and sharing


    thanks


    Comment


    • #3
      You should know how JSON works before attempting to use this.

      This action plugin is just like the INI actions except it can turn a JSON encoded string into a Lua table.

      Comment

      • reteset
        Indigo Rose Customer
        • May 2006
        • 1692

        #4
        Originally posted by eleyea(sa) View Post
        i downloaded it and the attached APZ File but i didn't understant it :>>>
        it has 2 functions encode and decode but can you explain more about it please so we can use it as well as possible
        JSON is developed to be an alernative to XML on web based systems
        for example AJAX

        there is no much difference between XML
        JSON has only different shape ,for to be able parse it fastest than XML

        this plugin may provide you to use nested lua tables easily ,which had asked by forum members hundreds of times in the past

        also you can save this tables to a file and load in future again


        good job man :yes
        this plugin can be used as an alternative to XML actions of AMS
        amsplugins.com Is Closed.

        Facebook Page

        Comment

        • Centauri Soldier
          Indigo Rose Customer
          • Jun 2007
          • 1703

          #5
          Nice one Shadow...I was hoping you'd get around to creating this plugin.
          https://github.com/CentauriSoldier

          Comment

          • ShadowUK
            No longer a forum member
            • Oct 2007
            • 1322

            #6
            Originally posted by Centauri Soldier View Post
            Nice one Shadow...I was hoping you'd get around to creating this plugin.
            Thanks.

            I really needed something like this myself, I had a Lua script but I thought it would make a good action plugin.

            Comment

            Working...
            X