Discussion Forums  >  Config Data, JSON, App Refresh

Replies: 4    Views: 116

acuteone
Apple Fan
Profile
Posts: 42
Reg: Sep 17, 2012
St.john's
1,720
06/18/13 10:19 AM (10 years ago)

JSON snippit keeper problem saving long JSON

Hi everyone, I have the JSON snippit keeper, copied the code from my iso app, and pasted it in the json snippit. It took the whole thing, but when I look at the config data it only saves part. The code is initially 188 pages long, but the keeper only saves 4 pages. Any ideas? Min
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
06/18/13 10:48 AM (10 years ago)
The JSON Snippet Keeper only saves 1024 lines of text, so if you have more than that you'll need multiple instances of the JSON Snippet Keeper in your app to hold it all. Or look at creating your entire BT_config.txt manually.
 
acuteone
Apple Fan
Profile
Posts: 42
Reg: Sep 17, 2012
St.john's
1,720
like
06/18/13 11:03 AM (10 years ago)
Do I have to link them or just make 5 JSON keeper screens and paster the code? Will it all go in in the right order? Thanks Min
 
Pancho
Code is Art
Profile
Posts: 221
Reg: Mar 06, 2012
Lima
11,610
like
06/18/13 11:35 AM (10 years ago)
You can do it screen by screen in logical modules. In that way you can name them properly and order them as you wish and see fit. That´s the way I use it and works fine for me. In only one case I had to break one chunk in two. But, there were simple HTML Doc items, so no problem with logical separation. Experiment and you´ll find your answers. Good luck! Pancho.
 
acuteone
Apple Fan
Profile
Posts: 42
Reg: Sep 17, 2012
St.john's
1,720
like
06/18/13 04:00 PM (10 years ago)
That's an excellent idea ;) I'll tell you if it works ;) Thanks for all your help again Min
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.