Answer the question
In order to leave comments, you need to log in
What is the target audience for puzzles?
Help determine the target audience of logic games, more classic puzzles. Such as mahjong, tags and so on. Where there is no setting, but there is a field with chips.
The option of adding a plot to such a game is not excluded. How will this affect the target audience? Will it be a different class of players or will the target audience expand?
Answer the question
In order to leave comments, you need to log in
See the json_encode() documentation for the second parameter. See also the description of the constants , and in particular you need JSON_UNESCAPED_UNICODE.
var object = JSON.parse( data );
$.each( object , function(k, item)
{
// handling item.name here
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question