SOLVED

JSON is trimmed by jive?

Go to solution
Anonymous
Not applicable

JSON is trimmed by jive?

When I pasted API response,it was trimmed by jive.

For example

{"requestId":"1ae8#153c5ba3217","success":true,"nextPageToken":"KUEP3O26NA2HZBJ2UVFMEZH5BJODURPDZS6FUYROU3KXDMEUHFLA====","moreResult":false}

Screen Shot 2016-03-30 at 13.27.15.png

I need to edit with indent.

{

  "requestId":"1ae8#153c5ba3217",

  "success":true,

  "nextPageToken":"KUEP3O26NA2HZBJ2UVFMEZH5BJODURPDZS6FUYROU3KXDMEUHFLA====",

  "moreResult":false

}

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: JSON is trimmed by jive?

Scott Wilder​​

I understood what happened.

Screen Shot 2016-04-01 at 12.31.41.png

Original JSON resposnse is one line;

When I drag the page, I can see horizontal scroll bar !!!

If horizontal scroll bar is showed always in this case, I can know I am able to move horizontally.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: JSON is trimmed by jive?

Jive doesn't always play nicely with Javascript.  Let me see if I can figure out a work around.

Anonymous
Not applicable

Re: JSON is trimmed by jive?

Takehiro Masaki

Favor to ask

Can you post the full response in a document and then send me the url of the doc. There should not be any issues with posting JSON in Jive so I want to see if there is a particular clause that is failing.

Anonymous
Not applicable

Re: JSON is trimmed by jive?

Scott Wilder​​

I understood what happened.

Screen Shot 2016-04-01 at 12.31.41.png

Original JSON resposnse is one line;

When I drag the page, I can see horizontal scroll bar !!!

If horizontal scroll bar is showed always in this case, I can know I am able to move horizontally.

Anonymous
Not applicable

Re: JSON is trimmed by jive?

OK. Glad you resolved the issue.