コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Use of .infinity.json

Avatar

Level 2

What is the actual use of .infinity.json?

1 受け入れられたソリューション

Avatar

正解者
Level 5

If you are not sure how deep your content structure is, you can use infinity.json to get data at all level.

It looks like current implementation returns all level response instead of actual data (Which could be huge).

For performance reason and security reason avoid using .infinity.json

http://apache-sling.73963.n3.nabble.com/Disabling-node-infinity-json-td114418.html

Yogesh

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 5

If you are not sure how deep your content structure is, you can use infinity.json to get data at all level.

It looks like current implementation returns all level response instead of actual data (Which could be huge).

For performance reason and security reason avoid using .infinity.json

http://apache-sling.73963.n3.nabble.com/Disabling-node-infinity-json-td114418.html

Yogesh

Avatar

Level 9

Hi,

.infinity.json and .json are same to render (represent) the node data in JSON format until you have written something explicitly for selector "infinity"

some more information related to inifinity usage you can find http://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript which i understood may be one reason.

 

Thanks,

Pawan

Avatar

Level 1

Hi ,

Using .infinity.json in classic ui dialog for reuse-ability in the form of cqinclue, is there any security or performance issue on author instance??