Originally posted by suityou01
View Post
- 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!
Reply to: Create empty typed JSON object?
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Create empty typed JSON object?"
Collapse
-
Can you have a separate data structure with a single row of nulls you use as a template?
Leave a comment:
-
Is this really the case? Can't you use callbacks or similar to save a server side data structure in a session variable?Originally posted by suityou01 View PostOwing 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.
Leave a comment:
-
JSON is javascript and javascript is prototype based and supports dynamic typing. Next !
Leave a comment:
-
Because he doesn't understand what you're askingOriginally posted by suityou01 View PostWhy does it matter?
Leave a comment:
-
Originally posted by suityou01 View PostHow can I create an empty typed JSON object in javascript?Originally posted by suityou01 View PostOwing 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.Why does it matter?Originally posted by proggy View PostWhat are you using here? .NET ,JAVA, Python ,LISP?
Leave a comment:
-
What are you using here? .NET ,JAVA, Python ,LISP?Originally posted by suityou01 View PostOK. The problem domain is this :
Client wants Grids on a form. The Grids represent hierarchical data. It must be possible to manipulate the Grids (add and delete parent and child rows) without persisting any data to the database tables until the form is submitted.
So this means I have to maintain a DataTable per grid in memory.
There is some GUI logic that says if the "Count" column of the Parent row does not have the correct number of child records then prevent form submission and display some client side validation.
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.
JSON looked like a good approach. If you have to create JSON objects prepopulated with garbage then I agree, they are not what I need.
What would be a better client side technology? I wanted to stay away from basic arrays. JSON had lots of cool stuff baked in to decorate the columns with constraints which I liked.
Leave a comment:
-
OK. The problem domain is this :Originally posted by proggy View PostYou can't, perhaps JSON isn't the most appropriate notation for your problem?
Client wants Grids on a form. The Grids represent hierarchical data. It must be possible to manipulate the Grids (add and delete parent and child rows) without persisting any data to the database tables until the form is submitted.
So this means I have to maintain a DataTable per grid in memory.
There is some GUI logic that says if the "Count" column of the Parent row does not have the correct number of child records then prevent form submission and display some client side validation.
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.
JSON looked like a good approach. If you have to create JSON objects prepopulated with garbage then I agree, they are not what I need.
What would be a better client side technology? I wanted to stay away from basic arrays. JSON had lots of cool stuff baked in to decorate the columns with constraints which I liked.
Leave a comment:
-
You can't, perhaps JSON isn't the most appropriate notation for your problem?Originally posted by suityou01 View PostOK, I'm happy with the typing aspect. The typing aspects don't bother me at all. It is purely semantics as far as this problem is concerned.
What I am after is an empty JSON object, that defines the dimensions of the "array".
If you thought of the JSON object as a humble database table, I can define the columns but not have any rows. That is what I need. A JSON object with only columns.
Leave a comment:
-
OK, I'm happy with the typing aspect. The typing aspects don't bother me at all. It is purely semantics as far as this problem is concerned.Originally posted by proggy View PostI don't think you can mate, you can throw any old stuff into a Json array.
What I am after is an empty JSON object, that defines the dimensions of the "array".
If you thought of the JSON object as a humble database table, I can define the columns but not have any rows. That is what I need. A JSON object with only columns.
Leave a comment:
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- All the big IR35/employment status cases of 2025: ranked Dec 23 08:55
- Why IT contractors are (understandably) fed up with recruitment agencies Today 13:57
- Contractors, don’t fall foul of HMRC’s expenses rules this Christmas party season Dec 19 09:55
- A delay to the employment status consultation isn’t why an IR35 fix looks further out of reach Dec 18 08:22
- How asking a tech jobs agency basic questions got one IT contractor withdrawn Dec 17 07:21
- Are Home Office immigration policies sacrificing IT contractors for ‘cheap labour’? Dec 16 07:48
- Will 2026 see the return of the ‘Outside IR35’ contractor? Dec 15 07:51
- Contractors, Reeves’ dividends raid is disastrous. Act, but without acceptance Dec 12 07:10
- Why JSL indemnity clauses putting umbrella contractors on the hook could be a PR disaster Dec 11 07:36
- The JSL legislation we’ll surely get just dropped. Here’s 4 ‘indelibles’ Dec 10 07:26



Leave a comment: