Announcement

Collapse
No announcement yet.

Web Reports -- json

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

    Web Reports -- json

    I just created an update web report and before uploading it to my web site, I inspected the folder and noticed an index.json file.

    Several questions.
    1. What functionality does this provide
    2. When I open it in Firefox, I get this error: "SyntaxError: JSON.parse: bad control character in string literal at line 1429 column 24 of the JSON data"

    #2
    Originally posted by wmconlon View Post
    ]1. What functionality does this provide
    This is part of the search function added in Reunion 12 which allows you to search for entries in the web project. It’s basically an index of all of the people in the web project.

    2. When I open it in Firefox, I get this error: "SyntaxError: JSON.parse: bad control character in string literal at line 1429 column 24 of the JSON data"
    The index.json file is not meant to be opened directly. If you’'re getting an error when trying to use the search function, let me know - but note that the search won’t work when the files are stored locally, due to security restrictions of most web browsers (they don’t allow you to load local files in javascript), it needs to be uploaded to a website.

    HTH
    Mark Harrison
    Leister Productions, Inc.

    Comment

    Working...
    X