• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Create empty typed JSON object?

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

    #21
    Originally posted by suityou01 View Post
    Owing to the constraints of the BPM framework, this can only be done on the client side. So I need to effectively keep a client side copy of the DataTable.
    Is this really the case? Can't you use callbacks or similar to save a server side data structure in a session variable?

    Comment


      #22
      Can you have a separate data structure with a single row of nulls you use as a template?
      While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

      Comment


        #23
        Originally posted by suityou01 View Post
        Why does it matter?
        Because the things such as constraints aren't anything to do with JSON: they're added on by the platform you're using. JSON itself is so lightweight that the entire specification fits into the sidebar of this page: JSON

        Comment

        Working...
        X