아래에도 질문을 올리고
	 
	혼자서 아무리 뒤져봤지만,
	도대체 뭐가 문제인지 해결책을 찾지 못 했습니다.
	 
	이것 때문에 벌써 3일째 아무것도 못 하고 있습니다. ㅠㅠ
	 
	http://cl.ly/091p3F3i3b3G
	 
	프로젝트 첨부합니다. 
	 
	php 는 
	 
	 
	<?
	$value = json_decode(stripslashes($_POST['json']), true);
	file_put_contents('input.txt', $value) or die("file_put_contents failed");
	print (json_encode($value));
	?>
	 
	받은걸 다시 그대로 돌려줘서 체크할 수 있게 이렇게 만들어 놨습니다.
	 
	 
	한번만 살려주세요 ㅠ.ㅠ